Html Css Color HEX #B03EA7 Violet Blue

📋 copy color: '#B03EA7'

red 176 ◦ green 62 ◦ blue 167

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

Shades of Violet Blue #B03EA7

Tints of Violet Blue #B03EA7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.31%

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 43.46%
G = 15.31%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B03EA7 (or 0xB03EA7) is known color: Violet Blue. HEX triplet: B0, 3E and A7. RGB value is (176,62,167). Sum of RGB (Red+Green+Blue) = 176+62+167=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B03EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03EA7 is #4FC158. Grayscale: #6B6B6B. Windows color (decimal): -5226841 or 10960560. OLE color: 10960560.

HSL color Cylindrical-coordinate representation of color #B03EA7: hue angle of 304.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03EA7 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 62 167 -
CMYK 0 0.65 0.05 0.31
HSL 304.74º 0.48% 0.47% -
HSV(B) 304.74º 0.65% 0.69% -
XYZ 26.6 15.47 38.14 -
YUV 108.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 176 62 167 0 0.65 0.05 0.31 304.74 0.48 0.47
Hex B0 3E A7 0 41 5 1F 131 30 2F
Octal 260 76 247 0 101 5 37 461 60 57
Binary 10110000 111110 10100111 0 1000001 101 11111 100110001 110000 101111

Color Harmonies of #B03EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03EA7

Black with #B03EA7

Text Example


Text Example

White with #B03EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03EA7; }

 p { color: rgb(176,62,167); }

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

background-color css

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

 a { background-color: rgb(176,62,167); }

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

border-color css

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

 span { border-color: rgb(176,62,167); }

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