Html Css Color HEX #B02D9E Medium Red Violet

📋 copy color: '#B02D9E'

red 176 ◦ green 45 ◦ blue 158

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

Shades of Medium Red Violet #B02D9E

Tints of Medium Red Violet #B02D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 46.44%
G = 11.87%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B02D9E (or 0xB02D9E) is known color: Medium Red Violet. HEX triplet: B0, 2D and 9E. RGB value is (176,45,158). Sum of RGB (Red+Green+Blue) = 176+45+158=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D9E is #4FD261. Grayscale: #606060. Windows color (decimal): -5231202 or 10366384. OLE color: 10366384.

HSL color Cylindrical-coordinate representation of color #B02D9E: hue angle of 308.24º 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 #B02D9E is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 158 -
CMYK 0 0.74 0.10 0.31
HSL 308.24º 0.59% 0.43% -
HSV(B) 308.24º 0.74% 0.69% -
XYZ 25.01 13.58 33.65 -
YUV 97.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 176 45 158 0 0.74 0.10 0.31 308.24 0.59 0.43
Hex B0 2D 9E 0 4A A 1F 134 3B 2B
Octal 260 55 236 0 112 12 37 464 73 53
Binary 10110000 101101 10011110 0 1001010 1010 11111 100110100 111011 101011

Color Harmonies of #B02D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D9E

Black with #B02D9E

Text Example


Text Example

White with #B02D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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