Html Css Color HEX #B036FE Blue Violet

📋 copy color: '#B036FE'

red 176 ◦ green 54 ◦ blue 254

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

Shades of Blue Violet #B036FE

Tints of Blue Violet #B036FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.16%

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

R = 36.36%
G = 11.16%
B = 52.48%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B036FE (or 0xB036FE) is known color: Blue Violet. HEX triplet: B0, 36 and FE. RGB value is (176,54,254). Sum of RGB (Red+Green+Blue) = 176+54+254=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B036FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036FE is #4FC901. Grayscale: #707070. Windows color (decimal): -5228802 or 16660144. OLE color: 16660144.

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

Color convert

RGB 176 54 254 -
CMYK 0.31 0.79 0 0.00
HSL 276.6º 0.99% 0.6% -
HSV(B) 276.6º 0.79% 1% -
XYZ 37.11 19.02 95.48 -
YUV 113.28 207.42 172.74 -
System Red Green Blue C M Y K H S L
Decimal 176 54 254 0.31 0.79 0 0.00 276.6 0.99 0.6
Hex B0 36 FE 1F 4F 0 0 115 63 3C
Octal 260 66 376 37 117 0 0 425 143 74
Binary 10110000 110110 11111110 11111 1001111 0 0 100010101 1100011 111100

Color Harmonies of #B036FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036FE

Black with #B036FE

Text Example


Text Example

White with #B036FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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