Html Css Color HEX #B68ED6 Biloba Flower

📋 copy color: '#B68ED6'

red 182 ◦ green 142 ◦ blue 214

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

Shades of Biloba Flower #B68ED6

Tints of Biloba Flower #B68ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.39%

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 33.83%
G = 26.39%
B = 39.78%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B68ED6 (or 0xB68ED6) is known color: Biloba Flower. HEX triplet: B6, 8E and D6. RGB value is (182,142,214). Sum of RGB (Red+Green+Blue) = 182+142+214=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #B68ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ED6 is #497129. Grayscale: #A1A1A1. Windows color (decimal): -4813098 or 14061238. OLE color: 14061238.

HSL color Cylindrical-coordinate representation of color #B68ED6: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68ED6 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 142 214 -
CMYK 0.15 0.34 0 0.16
HSL 273.33º 0.47% 0.7% -
HSV(B) 273.33º 0.34% 0.84% -
XYZ 41.1 34.15 68.04 -
YUV 162.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 182 142 214 0.15 0.34 0 0.16 273.33 0.47 0.7
Hex B6 8E D6 F 22 0 10 111 2F 46
Octal 266 216 326 17 42 0 20 421 57 106
Binary 10110110 10001110 11010110 1111 100010 0 10000 100010001 101111 1000110

Color Harmonies of #B68ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68ED6

Black with #B68ED6

Text Example


Text Example

White with #B68ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68ED6; }

 p { color: rgb(182,142,214); }

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

background-color css

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

 a { background-color: rgb(182,142,214); }

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

border-color css

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

 span { border-color: rgb(182,142,214); }

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