Html Css Color HEX #B00283 Medium Violet Red

📋 copy color: '#B00283'

red 176 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #B00283

Tints of Medium Violet Red #B00283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 56.96%
G = 0.65%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B00283 (or 0xB00283) is known color: Medium Violet Red. HEX triplet: B0, 02 and 83. RGB value is (176,2,131). Sum of RGB (Red+Green+Blue) = 176+2+131=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00283 is #4FFD7C. Grayscale: #444444. Windows color (decimal): -5242237 or 8585904. OLE color: 8585904.

HSL color Cylindrical-coordinate representation of color #B00283: hue angle of 315.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00283 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 131 -
CMYK 0 0.99 0.26 0.31
HSL 315.52º 0.98% 0.35% -
HSV(B) 315.52º 0.99% 0.69% -
XYZ 22.02 10.91 22.42 -
YUV 68.73 163.15 204.51 -
System Red Green Blue C M Y K H S L
Decimal 176 2 131 0 0.99 0.26 0.31 315.52 0.98 0.35
Hex B0 2 83 0 63 1A 1F 13C 62 23
Octal 260 2 203 0 143 32 37 474 142 43
Binary 10110000 10 10000011 0 1100011 11010 11111 100111100 1100010 100011

Color Harmonies of #B00283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00283

Black with #B00283

Text Example


Text Example

White with #B00283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00283; }

 p { color: rgb(176,2,131); }

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

background-color css

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

 a { background-color: rgb(176,2,131); }

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

border-color css

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

 span { border-color: rgb(176,2,131); }

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