Html Css Color HEX #B037FF Blue Violet

📋 copy color: '#B037FF'

red 176 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #B037FF

Tints of Blue Violet #B037FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.32%

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

R = 36.21%
G = 11.32%
B = 52.47%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B037FF (or 0xB037FF) is known color: Blue Violet. HEX triplet: B0, 37 and FF. RGB value is (176,55,255). Sum of RGB (Red+Green+Blue) = 176+55+255=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B037FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B037FF is #4FC800. Grayscale: #717171. Windows color (decimal): -5228545 or 16725936. OLE color: 16725936.

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

Color convert

RGB 176 55 255 -
CMYK 0.31 0.78 0 0
HSL 276.3º 1% 0.61% -
HSV(B) 276.3º 0.78% 1% -
XYZ 37.32 19.18 96.34 -
YUV 113.98 207.59 172.24 -
System Red Green Blue C M Y K H S L
Decimal 176 55 255 0.31 0.78 0 0 276.3 1 0.61
Hex B0 37 FF 1F 4E 0 0 114 64 3D
Octal 260 67 377 37 116 0 0 424 144 75
Binary 10110000 110111 11111111 11111 1001110 0 0 100010100 1100100 111101

Color Harmonies of #B037FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037FF

Black with #B037FF

Text Example


Text Example

White with #B037FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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