Html Css Color HEX #B68BDD Biloba Flower

📋 copy color: '#B68BDD'

red 182 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #B68BDD

Tints of Biloba Flower #B68BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 33.58%
G = 25.65%
B = 40.77%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68BDD (or 0xB68BDD) is known color: Biloba Flower. HEX triplet: B6, 8B and DD. RGB value is (182,139,221). Sum of RGB (Red+Green+Blue) = 182+139+221=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDD is #497422. Grayscale: #A0A0A0. Windows color (decimal): -4813859 or 14519222. OLE color: 14519222.

HSL color Cylindrical-coordinate representation of color #B68BDD: hue angle of 271.46º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68BDD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 139 221 -
CMYK 0.18 0.37 0 0.13
HSL 271.46º 0.55% 0.71% -
HSV(B) 271.46º 0.37% 0.87% -
XYZ 41.58 33.63 72.71 -
YUV 161.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 182 139 221 0.18 0.37 0 0.13 271.46 0.55 0.71
Hex B6 8B DD 12 25 0 D 10F 37 47
Octal 266 213 335 22 45 0 15 417 67 107
Binary 10110110 10001011 11011101 10010 100101 0 1101 100001111 110111 1000111

Color Harmonies of #B68BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BDD

Black with #B68BDD

Text Example


Text Example

White with #B68BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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