Html Css Color HEX #B02DA2 Medium Red Violet

📋 copy color: '#B02DA2'

red 176 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #B02DA2

Tints of Medium Red Violet #B02DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 45.95%
G = 11.75%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B02DA2 (or 0xB02DA2) is known color: Medium Red Violet. HEX triplet: B0, 2D and A2. RGB value is (176,45,162). Sum of RGB (Red+Green+Blue) = 176+45+162=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B02DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02DA2 is #4FD25D. Grayscale: #616161. Windows color (decimal): -5231198 or 10628528. OLE color: 10628528.

HSL color Cylindrical-coordinate representation of color #B02DA2: hue angle of 306.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02DA2 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 162 -
CMYK 0 0.74 0.08 0.31
HSL 306.41º 0.59% 0.43% -
HSV(B) 306.41º 0.74% 0.69% -
XYZ 25.36 13.72 35.49 -
YUV 97.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 176 45 162 0 0.74 0.08 0.31 306.41 0.59 0.43
Hex B0 2D A2 0 4A 8 1F 132 3B 2B
Octal 260 55 242 0 112 10 37 462 73 53
Binary 10110000 101101 10100010 0 1001010 1000 11111 100110010 111011 101011

Color Harmonies of #B02DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DA2

Black with #B02DA2

Text Example


Text Example

White with #B02DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DA2; }

 p { color: rgb(176,45,162); }

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

background-color css

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

 a { background-color: rgb(176,45,162); }

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

border-color css

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

 span { border-color: rgb(176,45,162); }

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