Html Css Color HEX #B685DF Biloba Flower

📋 copy color: '#B685DF'

red 182 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B685DF

Tints of Biloba Flower #B685DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 33.83%
G = 24.72%
B = 41.45%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B685DF (or 0xB685DF) is known color: Biloba Flower. HEX triplet: B6, 85 and DF. RGB value is (182,133,223). Sum of RGB (Red+Green+Blue) = 182+133+223=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B685DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DF is #497A20. Grayscale: #9D9D9D. Windows color (decimal): -4815393 or 14648758. OLE color: 14648758.

HSL color Cylindrical-coordinate representation of color #B685DF: hue angle of 272.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B685DF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 133 223 -
CMYK 0.18 0.40 0 0.13
HSL 272.67º 0.58% 0.7% -
HSV(B) 272.67º 0.4% 0.87% -
XYZ 41 32.05 73.84 -
YUV 157.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 182 133 223 0.18 0.40 0 0.13 272.67 0.58 0.7
Hex B6 85 DF 12 28 0 D 111 3A 46
Octal 266 205 337 22 50 0 15 421 72 106
Binary 10110110 10000101 11011111 10010 101000 0 1101 100010001 111010 1000110

Color Harmonies of #B685DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685DF

Black with #B685DF

Text Example


Text Example

White with #B685DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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