Html Css Color HEX #B085D7 Biloba Flower

📋 copy color: '#B085D7'

red 176 ◦ green 133 ◦ blue 215

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

Shades of Biloba Flower #B085D7

Tints of Biloba Flower #B085D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 33.59%
G = 25.38%
B = 41.03%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B085D7 (or 0xB085D7) is known color: Biloba Flower. HEX triplet: B0, 85 and D7. RGB value is (176,133,215). Sum of RGB (Red+Green+Blue) = 176+133+215=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #B085D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D7 is #4F7A28. Grayscale: #9A9A9A. Windows color (decimal): -5208617 or 14124464. OLE color: 14124464.

HSL color Cylindrical-coordinate representation of color #B085D7: hue angle of 271.46º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B085D7 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 133 215 -
CMYK 0.18 0.38 0 0.16
HSL 271.46º 0.51% 0.68% -
HSV(B) 271.46º 0.38% 0.84% -
XYZ 38.56 30.91 68.22 -
YUV 155.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 176 133 215 0.18 0.38 0 0.16 271.46 0.51 0.68
Hex B0 85 D7 12 26 0 10 10F 33 44
Octal 260 205 327 22 46 0 20 417 63 104
Binary 10110000 10000101 11010111 10010 100110 0 10000 100001111 110011 1000100

Color Harmonies of #B085D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085D7

Black with #B085D7

Text Example


Text Example

White with #B085D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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