#B68DE4

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

Shades of Biloba Flower #B68DE4

Tints of Biloba Flower #B68DE4

Color information

#B68DE4 (or 0xB68DE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and E4. RGB value is (182,141,228). Sum of RGB (Red+Green+Blue) = 182+141+228=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #B68DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DE4 is #49721B. Grayscale: #A2A2A2. Windows color (decimal): -4813340 or 14978486. OLE color: 14978486.

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

Color convert

RGB182141228-
CMYK0.200.3800.11
HSL268.28º61.7%72.35%-
HSV(B)268.28º38.16%89.41%-
XYZ42.8234.677.82-
YUV163.18164.58141.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=33.03%
G=25.59%
B=41.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821412280.200.3800.11268.2861.772.35
HexB68DE414260B10c3e48
Octal266215344244601341476110
Binary10110110100011011110010010100100110010111000011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DE4; }

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

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

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

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

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

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

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

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