Html Css Color HEX #B68CEA Biloba Flower

📋 copy color: '#B68CEA'

red 182 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #B68CEA

Tints of Biloba Flower #B68CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 32.73%
G = 25.18%
B = 42.09%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B68CEA (or 0xB68CEA) is known color: Biloba Flower. HEX triplet: B6, 8C and EA. RGB value is (182,140,234). Sum of RGB (Red+Green+Blue) = 182+140+234=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #B68CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CEA is #497315. Grayscale: #A2A2A2. Windows color (decimal): -4813590 or 15371446. OLE color: 15371446.

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

Color convert

RGB 182 140 234 -
CMYK 0.22 0.40 0 0.08
HSL 266.81º 0.69% 0.73% -
HSV(B) 266.81º 0.4% 0.92% -
XYZ 43.52 34.64 82.23 -
YUV 163.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 182 140 234 0.22 0.40 0 0.08 266.81 0.69 0.73
Hex B6 8C EA 16 28 0 8 10B 45 49
Octal 266 214 352 26 50 0 10 413 105 111
Binary 10110110 10001100 11101010 10110 101000 0 1000 100001011 1000101 1001001

Color Harmonies of #B68CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CEA

Black with #B68CEA

Text Example


Text Example

White with #B68CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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