Html Css Color HEX #B02CF0 Blue Violet

📋 copy color: '#B02CF0'

red 176 ◦ green 44 ◦ blue 240

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

Shades of Blue Violet #B02CF0

Tints of Blue Violet #B02CF0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.57%

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 38.26%
G = 9.57%
B = 52.17%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B02CF0 (or 0xB02CF0) is known color: Blue Violet. HEX triplet: B0, 2C and F0. RGB value is (176,44,240). Sum of RGB (Red+Green+Blue) = 176+44+240=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #B02CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CF0 is #4FD30F. Grayscale: #696969. Windows color (decimal): -5231376 or 15740080. OLE color: 15740080.

HSL color Cylindrical-coordinate representation of color #B02CF0: hue angle of 280.41º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02CF0 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 44 240 -
CMYK 0.27 0.82 0 0.06
HSL 280.41º 0.87% 0.56% -
HSV(B) 280.41º 0.82% 0.94% -
XYZ 34.53 17.32 83.96 -
YUV 105.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 176 44 240 0.27 0.82 0 0.06 280.41 0.87 0.56
Hex B0 2C F0 1B 52 0 6 118 57 38
Octal 260 54 360 33 122 0 6 430 127 70
Binary 10110000 101100 11110000 11011 1010010 0 110 100011000 1010111 111000

Color Harmonies of #B02CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CF0

Black with #B02CF0

Text Example


Text Example

White with #B02CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CF0; }

 p { color: rgb(176,44,240); }

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

background-color css

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

 a { background-color: rgb(176,44,240); }

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

border-color css

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

 span { border-color: rgb(176,44,240); }

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