Html Css Color HEX #B03AFB Blue Violet

📋 copy color: '#B03AFB'

red 176 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #B03AFB

Tints of Blue Violet #B03AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.96%

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 36.29%
G = 11.96%
B = 51.75%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B03AFB (or 0xB03AFB) is known color: Blue Violet. HEX triplet: B0, 3A and FB. RGB value is (176,58,251). Sum of RGB (Red+Green+Blue) = 176+58+251=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #B03AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03AFB is #4FC504. Grayscale: #727272. Windows color (decimal): -5227781 or 16464560. OLE color: 16464560.

HSL color Cylindrical-coordinate representation of color #B03AFB: hue angle of 276.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03AFB is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 58 251 -
CMYK 0.30 0.77 0 0.02
HSL 276.68º 0.96% 0.61% -
HSV(B) 276.68º 0.77% 0.98% -
XYZ 36.83 19.22 93.04 -
YUV 115.28 204.59 171.31 -
System Red Green Blue C M Y K H S L
Decimal 176 58 251 0.30 0.77 0 0.02 276.68 0.96 0.61
Hex B0 3A FB 1E 4D 0 2 115 60 3D
Octal 260 72 373 36 115 0 2 425 140 75
Binary 10110000 111010 11111011 11110 1001101 0 10 100010101 1100000 111101

Color Harmonies of #B03AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03AFB

Black with #B03AFB

Text Example


Text Example

White with #B03AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03AFB; }

 p { color: rgb(176,58,251); }

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

background-color css

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

 a { background-color: rgb(176,58,251); }

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

border-color css

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

 span { border-color: rgb(176,58,251); }

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