Html Css Color HEX #B085FF Biloba Flower

📋 copy color: '#B085FF'

red 176 ◦ green 133 ◦ blue 255

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

Shades of Biloba Flower #B085FF

Tints of Biloba Flower #B085FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 31.21%
G = 23.58%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B085FF (or 0xB085FF) is known color: Biloba Flower. HEX triplet: B0, 85 and FF. RGB value is (176,133,255). Sum of RGB (Red+Green+Blue) = 176+133+255=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B085FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085FF is #4F7A00. Grayscale: #9F9F9F. Windows color (decimal): -5208577 or 16745904. OLE color: 16745904.

HSL color Cylindrical-coordinate representation of color #B085FF: hue angle of 261.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B085FF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 133 255 -
CMYK 0.31 0.48 0 0
HSL 261.15º 1% 0.76% -
HSV(B) 261.15º 0.48% 1% -
XYZ 44.34 33.23 98.68 -
YUV 159.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 176 133 255 0.31 0.48 0 0 261.15 1 0.76
Hex B0 85 FF 1F 30 0 0 105 64 4C
Octal 260 205 377 37 60 0 0 405 144 114
Binary 10110000 10000101 11111111 11111 110000 0 0 100000101 1100100 1001100

Color Harmonies of #B085FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085FF

Black with #B085FF

Text Example


Text Example

White with #B085FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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