Html Css Color HEX #B085FE Biloba Flower

📋 copy color: '#B085FE'

red 176 ◦ green 133 ◦ blue 254

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

Shades of Biloba Flower #B085FE

Tints of Biloba Flower #B085FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 31.26%
G = 23.62%
B = 45.12%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B085FE (or 0xB085FE) is known color: Biloba Flower. HEX triplet: B0, 85 and FE. RGB value is (176,133,254). Sum of RGB (Red+Green+Blue) = 176+133+254=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #B085FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085FE is #4F7A01. Grayscale: #9F9F9F. Windows color (decimal): -5208578 or 16680368. OLE color: 16680368.

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

Color convert

RGB 176 133 254 -
CMYK 0.31 0.48 0 0.00
HSL 261.32º 0.98% 0.76% -
HSV(B) 261.32º 0.48% 1% -
XYZ 44.18 33.16 97.84 -
YUV 159.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 176 133 254 0.31 0.48 0 0.00 261.32 0.98 0.76
Hex B0 85 FE 1F 30 0 0 105 62 4C
Octal 260 205 376 37 60 0 0 405 142 114
Binary 10110000 10000101 11111110 11111 110000 0 0 100000101 1100010 1001100

Color Harmonies of #B085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085FE

Black with #B085FE

Text Example


Text Example

White with #B085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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