Html Css Color HEX #B685DC Biloba Flower

📋 copy color: '#B685DC'

red 182 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #B685DC

Tints of Biloba Flower #B685DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 34.02%
G = 24.86%
B = 41.12%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B685DC (or 0xB685DC) is known color: Biloba Flower. HEX triplet: B6, 85 and DC. RGB value is (182,133,220). Sum of RGB (Red+Green+Blue) = 182+133+220=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B685DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DC is #497A23. Grayscale: #9D9D9D. Windows color (decimal): -4815396 or 14452150. OLE color: 14452150.

HSL color Cylindrical-coordinate representation of color #B685DC: hue angle of 273.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B685DC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 133 220 -
CMYK 0.17 0.40 0 0.14
HSL 273.79º 0.55% 0.69% -
HSV(B) 273.79º 0.4% 0.86% -
XYZ 40.6 31.89 71.73 -
YUV 157.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 182 133 220 0.17 0.40 0 0.14 273.79 0.55 0.69
Hex B6 85 DC 11 28 0 E 112 37 45
Octal 266 205 334 21 50 0 16 422 67 105
Binary 10110110 10000101 11011100 10001 101000 0 1110 100010010 110111 1000101

Color Harmonies of #B685DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685DC

Black with #B685DC

Text Example


Text Example

White with #B685DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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