Html Css Color HEX #B42FF5 Blue Violet

📋 copy color: '#B42FF5'

red 180 ◦ green 47 ◦ blue 245

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

Shades of Blue Violet #B42FF5

Tints of Blue Violet #B42FF5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.96%

 BLUE value IS 245 (96.09% from 255) = 51.91%

R = 38.14%
G = 9.96%
B = 51.91%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B42FF5 (or 0xB42FF5) is known color: Blue Violet. HEX triplet: B4, 2F and F5. RGB value is (180,47,245). Sum of RGB (Red+Green+Blue) = 180+47+245=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #B42FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FF5 is #4BD00A. Grayscale: #6C6C6C. Windows color (decimal): -4968459 or 16068532. OLE color: 16068532.

HSL color Cylindrical-coordinate representation of color #B42FF5: hue angle of 280.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42FF5 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 47 245 -
CMYK 0.27 0.81 0 0.04
HSL 280.3º 0.91% 0.57% -
HSV(B) 280.3º 0.81% 0.96% -
XYZ 36.32 18.33 88.01 -
YUV 109.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 180 47 245 0.27 0.81 0 0.04 280.3 0.91 0.57
Hex B4 2F F5 1B 51 0 4 118 5B 39
Octal 264 57 365 33 121 0 4 430 133 71
Binary 10110100 101111 11110101 11011 1010001 0 100 100011000 1011011 111001

Color Harmonies of #B42FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42FF5

Black with #B42FF5

Text Example


Text Example

White with #B42FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42FF5; }

 p { color: rgb(180,47,245); }

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

background-color css

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

 a { background-color: rgb(180,47,245); }

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

border-color css

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

 span { border-color: rgb(180,47,245); }

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