Html Css Color HEX #B203DF Dark Violet

📋 copy color: '#B203DF'

red 178 ◦ green 3 ◦ blue 223

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

Shades of Dark Violet #B203DF

Tints of Dark Violet #B203DF

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 44.06%
G = 0.74%
B = 55.2%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B203DF (or 0xB203DF) is known color: Dark Violet. HEX triplet: B2, 03 and DF. RGB value is (178,3,223). Sum of RGB (Red+Green+Blue) = 178+3+223=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #B203DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203DF is #4DFC20. Grayscale: #4F4F4F. Windows color (decimal): -5110817 or 14615474. OLE color: 14615474.

HSL color Cylindrical-coordinate representation of color #B203DF: hue angle of 287.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203DF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 3 223 -
CMYK 0.20 0.99 0 0.13
HSL 287.73º 0.97% 0.44% -
HSV(B) 287.73º 0.99% 0.87% -
XYZ 31.71 14.86 71.01 -
YUV 80.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 178 3 223 0.20 0.99 0 0.13 287.73 0.97 0.44
Hex B2 3 DF 14 63 0 D 120 61 2C
Octal 262 3 337 24 143 0 15 440 141 54
Binary 10110010 11 11011111 10100 1100011 0 1101 100100000 1100001 101100

Color Harmonies of #B203DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203DF

Black with #B203DF

Text Example


Text Example

White with #B203DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203DF; }

 p { color: rgb(178,3,223); }

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

background-color css

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

 a { background-color: rgb(178,3,223); }

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

border-color css

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

 span { border-color: rgb(178,3,223); }

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