Html Css Color HEX #B085D4 Biloba Flower

📋 copy color: '#B085D4'

red 176 ◦ green 133 ◦ blue 212

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

Shades of Biloba Flower #B085D4

Tints of Biloba Flower #B085D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 33.78%
G = 25.53%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B085D4 (or 0xB085D4) is known color: Biloba Flower. HEX triplet: B0, 85 and D4. RGB value is (176,133,212). Sum of RGB (Red+Green+Blue) = 176+133+212=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #B085D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D4 is #4F7A2B. Grayscale: #9A9A9A. Windows color (decimal): -5208620 or 13927856. OLE color: 13927856.

HSL color Cylindrical-coordinate representation of color #B085D4: hue angle of 272.66º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B085D4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 133 212 -
CMYK 0.17 0.37 0 0.17
HSL 272.66º 0.48% 0.68% -
HSV(B) 272.66º 0.37% 0.83% -
XYZ 38.18 30.76 66.21 -
YUV 154.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 176 133 212 0.17 0.37 0 0.17 272.66 0.48 0.68
Hex B0 85 D4 11 25 0 11 111 30 44
Octal 260 205 324 21 45 0 21 421 60 104
Binary 10110000 10000101 11010100 10001 100101 0 10001 100010001 110000 1000100

Color Harmonies of #B085D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085D4

Black with #B085D4

Text Example


Text Example

White with #B085D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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