Html Css Color HEX #B437FF Blue Violet

📋 copy color: '#B437FF'

red 180 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #B437FF

Tints of Blue Violet #B437FF

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

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

R = 36.73%
G = 11.22%
B = 52.04%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B437FF (or 0xB437FF) is known color: Blue Violet. HEX triplet: B4, 37 and FF. RGB value is (180,55,255). Sum of RGB (Red+Green+Blue) = 180+55+255=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #B437FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B437FF is #4BC800. Grayscale: #727272. Windows color (decimal): -4966401 or 16725940. OLE color: 16725940.

HSL color Cylindrical-coordinate representation of color #B437FF: hue angle of 277.5º 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 #B437FF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 55 255 -
CMYK 0.29 0.78 0 0
HSL 277.5º 1% 0.61% -
HSV(B) 277.5º 0.78% 1% -
XYZ 38.24 19.66 96.39 -
YUV 115.18 206.91 174.24 -
System Red Green Blue C M Y K H S L
Decimal 180 55 255 0.29 0.78 0 0 277.5 1 0.61
Hex B4 37 FF 1D 4E 0 0 116 64 3D
Octal 264 67 377 35 116 0 0 426 144 75
Binary 10110100 110111 11111111 11101 1001110 0 0 100010110 1100100 111101

Color Harmonies of #B437FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437FF

Black with #B437FF

Text Example


Text Example

White with #B437FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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