Html Css Color HEX #B68CDE Biloba Flower

📋 copy color: '#B68CDE'

red 182 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #B68CDE

Tints of Biloba Flower #B68CDE

RGB

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

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

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

R = 33.46%
G = 25.74%
B = 40.81%

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

#B68CDE (or 0xB68CDE) is known color: Biloba Flower. HEX triplet: B6, 8C and DE. RGB value is (182,140,222). Sum of RGB (Red+Green+Blue) = 182+140+222=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDE is #497321. Grayscale: #A1A1A1. Windows color (decimal): -4813602 or 14585014. OLE color: 14585014.

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

Color convert

RGB 182 140 222 -
CMYK 0.18 0.37 0 0.13
HSL 270.73º 0.55% 0.71% -
HSV(B) 270.73º 0.37% 0.87% -
XYZ 41.85 33.98 73.46 -
YUV 161.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 182 140 222 0.18 0.37 0 0.13 270.73 0.55 0.71
Hex B6 8C DE 12 25 0 D 10F 37 47
Octal 266 214 336 22 45 0 15 417 67 107
Binary 10110110 10001100 11011110 10010 100101 0 1101 100001111 110111 1000111

Color Harmonies of #B68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CDE

Black with #B68CDE

Text Example


Text Example

White with #B68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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