#B68AE4

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

Shades of Biloba Flower #B68AE4

Tints of Biloba Flower #B68AE4

Color information

#B68AE4 (or 0xB68AE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 8A and E4. RGB value is (182,138,228). Sum of RGB (Red+Green+Blue) = 182+138+228=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #B68AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AE4 is #49751B. Grayscale: #A1A1A1. Windows color (decimal): -4814108 or 14977718. OLE color: 14977718.

HSL color Cylindrical-coordinate representation of color #B68AE4: hue angle of 269.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68AE4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182138228-
CMYK0.200.3900.11
HSL269.33º62.5%71.76%-
HSV(B)269.33º39.47%89.41%-
XYZ42.3833.7277.67-
YUV161.42165.58142.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=33.21%
G=25.18%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821382280.200.3900.11269.3362.571.76
HexB68AE414270B10d3e48
Octal266212344244701341576110
Binary10110110100010101110010010100100111010111000011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AE4; }

 p { color: rgb(182,138,228); }

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

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

 a { background-color: rgb(182,138,228); }

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

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

 span { border-color: rgb(182,138,228); }

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