Html Css Color HEX #B085DD Biloba Flower

📋 copy color: '#B085DD'

red 176 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B085DD

Tints of Biloba Flower #B085DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 33.21%
G = 25.09%
B = 41.7%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B085DD (or 0xB085DD) is known color: Biloba Flower. HEX triplet: B0, 85 and DD. RGB value is (176,133,221). Sum of RGB (Red+Green+Blue) = 176+133+221=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DD is #4F7A22. Grayscale: #9B9B9B. Windows color (decimal): -5208611 or 14517680. OLE color: 14517680.

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

Color convert

RGB 176 133 221 -
CMYK 0.20 0.40 0 0.13
HSL 269.32º 0.56% 0.69% -
HSV(B) 269.32º 0.4% 0.87% -
XYZ 39.34 31.23 72.36 -
YUV 155.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 176 133 221 0.20 0.40 0 0.13 269.32 0.56 0.69
Hex B0 85 DD 14 28 0 D 10D 38 45
Octal 260 205 335 24 50 0 15 415 70 105
Binary 10110000 10000101 11011101 10100 101000 0 1101 100001101 111000 1000101

Color Harmonies of #B085DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085DD

Black with #B085DD

Text Example


Text Example

White with #B085DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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