Html Css Color HEX #B685D9 Biloba Flower

📋 copy color: '#B685D9'

red 182 ◦ green 133 ◦ blue 217

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

Shades of Biloba Flower #B685D9

Tints of Biloba Flower #B685D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25%

 BLUE value IS 217 (85.16% from 255) = 40.79%

R = 34.21%
G = 25%
B = 40.79%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B685D9 (or 0xB685D9) is known color: Biloba Flower. HEX triplet: B6, 85 and D9. RGB value is (182,133,217). Sum of RGB (Red+Green+Blue) = 182+133+217=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #B685D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685D9 is #497A26. Grayscale: #9C9C9C. Windows color (decimal): -4815399 or 14255542. OLE color: 14255542.

HSL color Cylindrical-coordinate representation of color #B685D9: hue angle of 275º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B685D9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 133 217 -
CMYK 0.16 0.39 0 0.15
HSL 275º 0.53% 0.69% -
HSV(B) 275º 0.39% 0.85% -
XYZ 40.2 31.73 69.65 -
YUV 157.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 182 133 217 0.16 0.39 0 0.15 275 0.53 0.69
Hex B6 85 D9 10 27 0 F 113 34 45
Octal 266 205 331 20 47 0 17 423 64 105
Binary 10110110 10000101 11011001 10000 100111 0 1111 100010011 110100 1000101

Color Harmonies of #B685D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685D9

Black with #B685D9

Text Example


Text Example

White with #B685D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685D9; }

 p { color: rgb(182,133,217); }

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

background-color css

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

 a { background-color: rgb(182,133,217); }

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

border-color css

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

 span { border-color: rgb(182,133,217); }

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