#B77AEA

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

Shades of Biloba Flower #B77AEA

Tints of Biloba Flower #B77AEA

Color information

#B77AEA (or 0xB77AEA) is unknown color: approx Biloba Flower. HEX triplet: B7, 7A and EA. RGB value is (183,122,234). Sum of RGB (Red+Green+Blue) = 183+122+234=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B77AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AEA is #488515. Grayscale: #989898. Windows color (decimal): -4752662 or 15366839. OLE color: 15366839.

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

Color convert

RGB183122234-
CMYK0.220.4800.08
HSL272.68º72.73%69.8%-
HSV(B)272.68º47.86%91.76%-
XYZ41.3429.9381.44-
YUV153.01173.71149.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=33.95%
G=22.63%
B=43.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831222340.220.4800.08272.6872.7369.8
HexB77AEA1630081114946
Octal2671723522660010421111106
Binary10110111111101011101010101101100000100010001000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AEA; }

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

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

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

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

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

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

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

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