Html Css Color HEX #B686DD Biloba Flower

📋 copy color: '#B686DD'

red 182 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #B686DD

Tints of Biloba Flower #B686DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.95%

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

R = 33.89%
G = 24.95%
B = 41.15%

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

#B686DD (or 0xB686DD) is known color: Biloba Flower. HEX triplet: B6, 86 and DD. RGB value is (182,134,221). Sum of RGB (Red+Green+Blue) = 182+134+221=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B686DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DD is #497922. Grayscale: #9D9D9D. Windows color (decimal): -4815139 or 14517942. OLE color: 14517942.

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

Color convert

RGB 182 134 221 -
CMYK 0.18 0.39 0 0.13
HSL 273.1º 0.56% 0.7% -
HSV(B) 273.1º 0.39% 0.87% -
XYZ 40.87 32.22 72.47 -
YUV 158.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 182 134 221 0.18 0.39 0 0.13 273.1 0.56 0.7
Hex B6 86 DD 12 27 0 D 111 38 46
Octal 266 206 335 22 47 0 15 421 70 106
Binary 10110110 10000110 11011101 10010 100111 0 1101 100010001 111000 1000110

Color Harmonies of #B686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686DD

Black with #B686DD

Text Example


Text Example

White with #B686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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