Html Css Color HEX #B687D6 Biloba Flower

📋 copy color: '#B687D6'

red 182 ◦ green 135 ◦ blue 214

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

Shades of Biloba Flower #B687D6

Tints of Biloba Flower #B687D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.42%

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

R = 34.27%
G = 25.42%
B = 40.3%

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

#B687D6 (or 0xB687D6) is known color: Biloba Flower. HEX triplet: B6, 87 and D6. RGB value is (182,135,214). Sum of RGB (Red+Green+Blue) = 182+135+214=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #B687D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687D6 is #497829. Grayscale: #9D9D9D. Windows color (decimal): -4814890 or 14059446. OLE color: 14059446.

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

Color convert

RGB 182 135 214 -
CMYK 0.15 0.37 0 0.16
HSL 275.7º 0.49% 0.68% -
HSV(B) 275.7º 0.37% 0.84% -
XYZ 40.09 32.13 67.71 -
YUV 158.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 182 135 214 0.15 0.37 0 0.16 275.7 0.49 0.68
Hex B6 87 D6 F 25 0 10 114 31 44
Octal 266 207 326 17 45 0 20 424 61 104
Binary 10110110 10000111 11010110 1111 100101 0 10000 100010100 110001 1000100

Color Harmonies of #B687D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B687D6

Black with #B687D6

Text Example


Text Example

White with #B687D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B687D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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