Html Css Color HEX #B68CE8 Biloba Flower

📋 copy color: '#B68CE8'

red 182 ◦ green 140 ◦ blue 232

#B68CE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B68CE8

Tints of Biloba Flower #B68CE8

RGB

 RED value IS 182 (71.48% from 255) = 32.85%

 GREEN value IS 140 (55.08% from 255) = 25.27%

 BLUE value IS 232 (91.02% from 255) = 41.88%

R = 32.85%
G = 25.27%
B = 41.88%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B68CE8 (or 0xB68CE8) is known color: Biloba Flower. HEX triplet: B6, 8C and E8. RGB value is (182,140,232). Sum of RGB (Red+Green+Blue) = 182+140+232=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #B68CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CE8 is #497317. Grayscale: #A2A2A2. Windows color (decimal): -4813592 or 15240374. OLE color: 15240374.

HSL color Cylindrical-coordinate representation of color #B68CE8: hue angle of 267.39º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68CE8 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 140 232 -
CMYK 0.22 0.40 0 0.09
HSL 267.39º 0.67% 0.73% -
HSV(B) 267.39º 0.4% 0.91% -
XYZ 43.23 34.53 80.73 -
YUV 163.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 182 140 232 0.22 0.40 0 0.09 267.39 0.67 0.73
Hex B6 8C E8 16 28 0 9 10B 43 49
Octal 266 214 350 26 50 0 11 413 103 111
Binary 10110110 10001100 11101000 10110 101000 0 1001 100001011 1000011 1001001

Color Harmonies of #B68CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CE8

Black with #B68CE8

Text Example


Text Example

White with #B68CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CE8; }

 p { color: rgb(182,140,232); }

 H1.HeaderClassName
 {
   color: #B68CE8;
 }
 .AnyTagClassName
 {
   color: #B68CE8;
 }
</style>

background-color css

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

 a { background-color: rgb(182,140,232); }

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

border-color css

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

 span { border-color: rgb(182,140,232); }

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