Html Css Color HEX #B085DF Biloba Flower

📋 copy color: '#B085DF'

red 176 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B085DF

Tints of Biloba Flower #B085DF

RGB

 RED value IS 176 (69.14% from 255) = 33.08%

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

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

R = 33.08%
G = 25%
B = 41.92%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B085DF (or 0xB085DF) is known color: Biloba Flower. HEX triplet: B0, 85 and DF. RGB value is (176,133,223). Sum of RGB (Red+Green+Blue) = 176+133+223=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DF is #4F7A20. Grayscale: #9B9B9B. Windows color (decimal): -5208609 or 14648752. OLE color: 14648752.

HSL color Cylindrical-coordinate representation of color #B085DF: hue angle of 268.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 #B085DF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 133 223 -
CMYK 0.21 0.40 0 0.13
HSL 268.67º 0.58% 0.7% -
HSV(B) 268.67º 0.4% 0.87% -
XYZ 39.61 31.33 73.77 -
YUV 156.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 176 133 223 0.21 0.40 0 0.13 268.67 0.58 0.7
Hex B0 85 DF 15 28 0 D 10D 3A 46
Octal 260 205 337 25 50 0 15 415 72 106
Binary 10110000 10000101 11011111 10101 101000 0 1101 100001101 111010 1000110

Color Harmonies of #B085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085DF

Black with #B085DF

Text Example


Text Example

White with #B085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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