Html Css Color HEX #B02C9E Medium Red Violet

📋 copy color: '#B02C9E'

red 176 ◦ green 44 ◦ blue 158

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

Shades of Medium Red Violet #B02C9E

Tints of Medium Red Violet #B02C9E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

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

R = 46.56%
G = 11.64%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B02C9E (or 0xB02C9E) is known color: Medium Red Violet. HEX triplet: B0, 2C and 9E. RGB value is (176,44,158). Sum of RGB (Red+Green+Blue) = 176+44+158=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C9E is #4FD361. Grayscale: #606060. Windows color (decimal): -5231458 or 10366128. OLE color: 10366128.

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

Color convert

RGB 176 44 158 -
CMYK 0 0.75 0.10 0.31
HSL 308.18º 0.6% 0.43% -
HSV(B) 308.18º 0.75% 0.69% -
XYZ 24.98 13.5 33.64 -
YUV 96.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 176 44 158 0 0.75 0.10 0.31 308.18 0.6 0.43
Hex B0 2C 9E 0 4B A 1F 134 3C 2B
Octal 260 54 236 0 113 12 37 464 74 53
Binary 10110000 101100 10011110 0 1001011 1010 11111 100110100 111100 101011

Color Harmonies of #B02C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C9E

Black with #B02C9E

Text Example


Text Example

White with #B02C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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