Html Css Color HEX #B68EDE Biloba Flower

📋 copy color: '#B68EDE'

red 182 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #B68EDE

Tints of Biloba Flower #B68EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 33.33%
G = 26.01%
B = 40.66%

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

#B68EDE (or 0xB68EDE) is known color: Biloba Flower. HEX triplet: B6, 8E and DE. RGB value is (182,142,222). Sum of RGB (Red+Green+Blue) = 182+142+222=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDE is #497121. Grayscale: #A2A2A2. Windows color (decimal): -4813090 or 14585526. OLE color: 14585526.

HSL color Cylindrical-coordinate representation of color #B68EDE: hue angle of 270º degrees, saturation: 0.55, 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 #B68EDE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 142 222 -
CMYK 0.18 0.36 0 0.13
HSL 270º 0.55% 0.71% -
HSV(B) 270º 0.36% 0.87% -
XYZ 42.15 34.57 73.56 -
YUV 163.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 182 142 222 0.18 0.36 0 0.13 270 0.55 0.71
Hex B6 8E DE 12 24 0 D 10E 37 47
Octal 266 216 336 22 44 0 15 416 67 107
Binary 10110110 10001110 11011110 10010 100100 0 1101 100001110 110111 1000111

Color Harmonies of #B68EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EDE

Black with #B68EDE

Text Example


Text Example

White with #B68EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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