#b77cea

Color #B77CEA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B77CEA

Tints of Biloba Flower #B77CEA

Color information

#B77CEA (or 0xB77CEA) is unknown color: approx Biloba Flower. HEX triplet: B7, 7C and EA. RGB value is (183,124,234). Sum of RGB (Red+Green+Blue) = 183+124+234=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B77CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CEA is #488315. Grayscale: #999999. Windows color (decimal): -4752150 or 15367351. OLE color: 15367351.

HSL color Cylindrical-coordinate representation of color #B77CEA: hue angle of 272.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77CEA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183124234-
CMYK0.220.4700.08
HSL272.18º72.37%70.2%-
HSV(B)272.18º47.01%91.76%-
XYZ41.5930.4281.52-
YUV154.18173.05148.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 124 (48.83% from 255) = 22.92%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=33.83%
G=22.92%
B=43.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831242340.220.4700.08272.1872.3770.2
HexB77CEA162F081104846
Octal2671743522657010420110106
Binary10110111111110011101010101101011110100010001000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77cea; }

 p { color: rgb(183,124,234); }

 H1.HeaderClassName
 {
   color: #b77cea;
 }
 .AnyTagClassName
 {
   color: #b77cea;
 }
</style>
background-color css

<style>
 a { background-color: #b77cea; }

 a { background-color: rgb(183,124,234); }

 div.DivClassName
 {
   background-color: #b77cea;
 }
 .BgClassName
 {
   background-color: #b77cea;
 }
</style>
border-color css

<style>
 span { border-color: #b77cea; }

 span { border-color: rgb(183,124,234); }

 td.TdClassName
 {
   border-color: #b77cea;
 }
 .TagClassName
 {
   border-color: #b77cea;
 }
</style>