Html Css Color HEX #BB0283 Medium Violet Red

📋 copy color: '#BB0283'

red 187 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #BB0283

Tints of Medium Violet Red #BB0283

RGB

 RED value IS 187 (73.44% from 255) = 58.44%

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

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

R = 58.44%
G = 0.63%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB0283 (or 0xBB0283) is known color: Medium Violet Red. HEX triplet: BB, 02 and 83. RGB value is (187,2,131). Sum of RGB (Red+Green+Blue) = 187+2+131=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0283 is #44FD7C. Grayscale: #474747. Windows color (decimal): -4521341 or 8585915. OLE color: 8585915.

HSL color Cylindrical-coordinate representation of color #BB0283: hue angle of 318.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0283 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 131 -
CMYK 0 0.99 0.30 0.27
HSL 318.16º 0.98% 0.37% -
HSV(B) 318.16º 0.99% 0.73% -
XYZ 24.61 12.25 22.54 -
YUV 72.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 187 2 131 0 0.99 0.30 0.27 318.16 0.98 0.37
Hex BB 2 83 0 63 1E 1B 13E 62 25
Octal 273 2 203 0 143 36 33 476 142 45
Binary 10111011 10 10000011 0 1100011 11110 11011 100111110 1100010 100101

Color Harmonies of #BB0283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0283

Black with #BB0283

Text Example


Text Example

White with #BB0283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0283; }

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

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

background-color css

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

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

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

border-color css

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

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

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