Html Css Color HEX #B688DF Biloba Flower

📋 copy color: '#B688DF'

red 182 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B688DF

Tints of Biloba Flower #B688DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.14%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 33.64%
G = 25.14%
B = 41.22%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B688DF (or 0xB688DF) is known color: Biloba Flower. HEX triplet: B6, 88 and DF. RGB value is (182,136,223). Sum of RGB (Red+Green+Blue) = 182+136+223=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #B688DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688DF is #497720. Grayscale: #9F9F9F. Windows color (decimal): -4814625 or 14649526. OLE color: 14649526.

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

Color convert

RGB 182 136 223 -
CMYK 0.18 0.39 0 0.13
HSL 271.72º 0.58% 0.7% -
HSV(B) 271.72º 0.39% 0.87% -
XYZ 41.41 32.88 73.98 -
YUV 159.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 182 136 223 0.18 0.39 0 0.13 271.72 0.58 0.7
Hex B6 88 DF 12 27 0 D 110 3A 46
Octal 266 210 337 22 47 0 15 420 72 106
Binary 10110110 10001000 11011111 10010 100111 0 1101 100010000 111010 1000110

Color Harmonies of #B688DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688DF

Black with #B688DF

Text Example


Text Example

White with #B688DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688DF; }

 p { color: rgb(182,136,223); }

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

background-color css

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

 a { background-color: rgb(182,136,223); }

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

border-color css

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

 span { border-color: rgb(182,136,223); }

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