Html Css Color HEX #B68BDC Biloba Flower

📋 copy color: '#B68BDC'

red 182 ◦ green 139 ◦ blue 220

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

Shades of Biloba Flower #B68BDC

Tints of Biloba Flower #B68BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.69%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 33.64%
G = 25.69%
B = 40.67%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68BDC (or 0xB68BDC) is known color: Biloba Flower. HEX triplet: B6, 8B and DC. RGB value is (182,139,220). Sum of RGB (Red+Green+Blue) = 182+139+220=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDC is #497423. Grayscale: #A0A0A0. Windows color (decimal): -4813860 or 14453686. OLE color: 14453686.

HSL color Cylindrical-coordinate representation of color #B68BDC: hue angle of 271.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68BDC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 139 220 -
CMYK 0.17 0.37 0 0.14
HSL 271.85º 0.54% 0.7% -
HSV(B) 271.85º 0.37% 0.86% -
XYZ 41.44 33.58 72.01 -
YUV 161.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 182 139 220 0.17 0.37 0 0.14 271.85 0.54 0.7
Hex B6 8B DC 11 25 0 E 110 36 46
Octal 266 213 334 21 45 0 16 420 66 106
Binary 10110110 10001011 11011100 10001 100101 0 1110 100010000 110110 1000110

Color Harmonies of #B68BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BDC

Black with #B68BDC

Text Example


Text Example

White with #B68BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BDC; }

 p { color: rgb(182,139,220); }

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

background-color css

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

 a { background-color: rgb(182,139,220); }

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

border-color css

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

 span { border-color: rgb(182,139,220); }

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