Html Css Color HEX #B68EDD Biloba Flower

📋 copy color: '#B68EDD'

red 182 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #B68EDD

Tints of Biloba Flower #B68EDD

RGB

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

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

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

R = 33.39%
G = 26.06%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68EDD (or 0xB68EDD) is known color: Biloba Flower. HEX triplet: B6, 8E and DD. RGB value is (182,142,221). Sum of RGB (Red+Green+Blue) = 182+142+221=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDD is #497122. Grayscale: #A2A2A2. Windows color (decimal): -4813091 or 14519990. OLE color: 14519990.

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

Color convert

RGB 182 142 221 -
CMYK 0.18 0.36 0 0.13
HSL 270.38º 0.54% 0.71% -
HSV(B) 270.38º 0.36% 0.87% -
XYZ 42.02 34.51 72.85 -
YUV 162.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 182 142 221 0.18 0.36 0 0.13 270.38 0.54 0.71
Hex B6 8E DD 12 24 0 D 10E 36 47
Octal 266 216 335 22 44 0 15 416 66 107
Binary 10110110 10001110 11011101 10010 100100 0 1101 100001110 110110 1000111

Color Harmonies of #B68EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EDD

Black with #B68EDD

Text Example


Text Example

White with #B68EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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