Html Css Color HEX #B686ED Biloba Flower

📋 copy color: '#B686ED'

red 182 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #B686ED

Tints of Biloba Flower #B686ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 32.91%
G = 24.23%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B686ED (or 0xB686ED) is known color: Biloba Flower. HEX triplet: B6, 86 and ED. RGB value is (182,134,237). Sum of RGB (Red+Green+Blue) = 182+134+237=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B686ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686ED is #497912. Grayscale: #9F9F9F. Windows color (decimal): -4815123 or 15566518. OLE color: 15566518.

HSL color Cylindrical-coordinate representation of color #B686ED: hue angle of 267.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B686ED is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 134 237 -
CMYK 0.23 0.43 0 0.07
HSL 267.96º 0.74% 0.73% -
HSV(B) 267.96º 0.43% 0.93% -
XYZ 43.1 33.11 84.24 -
YUV 160.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 182 134 237 0.23 0.43 0 0.07 267.96 0.74 0.73
Hex B6 86 ED 17 2B 0 7 10C 4A 49
Octal 266 206 355 27 53 0 7 414 112 111
Binary 10110110 10000110 11101101 10111 101011 0 111 100001100 1001010 1001001

Color Harmonies of #B686ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686ED

Black with #B686ED

Text Example


Text Example

White with #B686ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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