Html Css Color HEX #B687F6 Biloba Flower

📋 copy color: '#B687F6'

red 182 ◦ green 135 ◦ blue 246

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

Shades of Biloba Flower #B687F6

Tints of Biloba Flower #B687F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 32.33%
G = 23.98%
B = 43.69%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B687F6 (or 0xB687F6) is known color: Biloba Flower. HEX triplet: B6, 87 and F6. RGB value is (182,135,246). Sum of RGB (Red+Green+Blue) = 182+135+246=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #B687F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687F6 is #497809. Grayscale: #A1A1A1. Windows color (decimal): -4814858 or 16156598. OLE color: 16156598.

HSL color Cylindrical-coordinate representation of color #B687F6: hue angle of 265.41º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B687F6 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 135 246 -
CMYK 0.26 0.45 0 0.04
HSL 265.41º 0.86% 0.75% -
HSV(B) 265.41º 0.45% 0.96% -
XYZ 44.59 33.93 91.39 -
YUV 161.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 182 135 246 0.26 0.45 0 0.04 265.41 0.86 0.75
Hex B6 87 F6 1A 2D 0 4 109 56 4B
Octal 266 207 366 32 55 0 4 411 126 113
Binary 10110110 10000111 11110110 11010 101101 0 100 100001001 1010110 1001011

Color Harmonies of #B687F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B687F6

Black with #B687F6

Text Example


Text Example

White with #B687F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B687F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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