Html Css Color HEX #B040FF Blue Violet

📋 copy color: '#B040FF'

red 176 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #B040FF

Tints of Blue Violet #B040FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.93%

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

R = 35.56%
G = 12.93%
B = 51.52%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B040FF (or 0xB040FF) is known color: Blue Violet. HEX triplet: B0, 40 and FF. RGB value is (176,64,255). Sum of RGB (Red+Green+Blue) = 176+64+255=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B040FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040FF is #4FBF00. Grayscale: #767676. Windows color (decimal): -5226241 or 16728240. OLE color: 16728240.

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

Color convert

RGB 176 64 255 -
CMYK 0.31 0.75 0 0
HSL 275.18º 1% 0.63% -
HSV(B) 275.18º 0.75% 1% -
XYZ 37.79 20.12 96.5 -
YUV 119.26 204.61 168.47 -
System Red Green Blue C M Y K H S L
Decimal 176 64 255 0.31 0.75 0 0 275.18 1 0.63
Hex B0 40 FF 1F 4B 0 0 113 64 3F
Octal 260 100 377 37 113 0 0 423 144 77
Binary 10110000 1000000 11111111 11111 1001011 0 0 100010011 1100100 111111

Color Harmonies of #B040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040FF

Black with #B040FF

Text Example


Text Example

White with #B040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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