Html Css Color HEX #B03DFB Blue Violet

📋 copy color: '#B03DFB'

red 176 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #B03DFB

Tints of Blue Violet #B03DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.5%

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

R = 36.07%
G = 12.5%
B = 51.43%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B03DFB (or 0xB03DFB) is known color: Blue Violet. HEX triplet: B0, 3D and FB. RGB value is (176,61,251). Sum of RGB (Red+Green+Blue) = 176+61+251=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #B03DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DFB is #4FC204. Grayscale: #747474. Windows color (decimal): -5227013 or 16465328. OLE color: 16465328.

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

Color convert

RGB 176 61 251 -
CMYK 0.30 0.76 0 0.02
HSL 276.32º 0.96% 0.61% -
HSV(B) 276.32º 0.76% 0.98% -
XYZ 36.99 19.53 93.09 -
YUV 117.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 176 61 251 0.30 0.76 0 0.02 276.32 0.96 0.61
Hex B0 3D FB 1E 4C 0 2 114 60 3D
Octal 260 75 373 36 114 0 2 424 140 75
Binary 10110000 111101 11111011 11110 1001100 0 10 100010100 1100000 111101

Color Harmonies of #B03DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DFB

Black with #B03DFB

Text Example


Text Example

White with #B03DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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