Html Css Color HEX #B686D6 Biloba Flower

📋 copy color: '#B686D6'

red 182 ◦ green 134 ◦ blue 214

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

Shades of Biloba Flower #B686D6

Tints of Biloba Flower #B686D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 34.34%
G = 25.28%
B = 40.38%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B686D6 (or 0xB686D6) is known color: Biloba Flower. HEX triplet: B6, 86 and D6. RGB value is (182,134,214). Sum of RGB (Red+Green+Blue) = 182+134+214=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #B686D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686D6 is #497929. Grayscale: #9D9D9D. Windows color (decimal): -4815146 or 14059190. OLE color: 14059190.

HSL color Cylindrical-coordinate representation of color #B686D6: hue angle of 276º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B686D6 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 134 214 -
CMYK 0.15 0.37 0 0.16
HSL 276º 0.49% 0.68% -
HSV(B) 276º 0.37% 0.84% -
XYZ 39.95 31.85 67.66 -
YUV 157.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 182 134 214 0.15 0.37 0 0.16 276 0.49 0.68
Hex B6 86 D6 F 25 0 10 114 31 44
Octal 266 206 326 17 45 0 20 424 61 104
Binary 10110110 10000110 11010110 1111 100101 0 10000 100010100 110001 1000100

Color Harmonies of #B686D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686D6

Black with #B686D6

Text Example


Text Example

White with #B686D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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