Html Css Color HEX #B203DB Dark Violet

📋 copy color: '#B203DB'

red 178 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #B203DB

Tints of Dark Violet #B203DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 44.5%
G = 0.75%
B = 54.75%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B203DB (or 0xB203DB) is known color: Dark Violet. HEX triplet: B2, 03 and DB. RGB value is (178,3,219). Sum of RGB (Red+Green+Blue) = 178+3+219=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #B203DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203DB is #4DFC24. Grayscale: #4F4F4F. Windows color (decimal): -5110821 or 14353330. OLE color: 14353330.

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

Color convert

RGB 178 3 219 -
CMYK 0.19 0.99 0 0.14
HSL 288.61º 0.97% 0.44% -
HSV(B) 288.61º 0.99% 0.86% -
XYZ 31.18 14.64 68.2 -
YUV 79.95 206.48 197.94 -
System Red Green Blue C M Y K H S L
Decimal 178 3 219 0.19 0.99 0 0.14 288.61 0.97 0.44
Hex B2 3 DB 13 63 0 E 121 61 2C
Octal 262 3 333 23 143 0 16 441 141 54
Binary 10110010 11 11011011 10011 1100011 0 1110 100100001 1100001 101100

Color Harmonies of #B203DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203DB

Black with #B203DB

Text Example


Text Example

White with #B203DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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