Html Css Color HEX #BB237D Medium Red Violet

📋 copy color: '#BB237D'

red 187 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #BB237D

Tints of Medium Red Violet #BB237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 53.89%
G = 10.09%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB237D (or 0xBB237D) is known color: Medium Red Violet. HEX triplet: BB, 23 and 7D. RGB value is (187,35,125). Sum of RGB (Red+Green+Blue) = 187+35+125=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB237D is #44DC82. Grayscale: #5A5A5A. Windows color (decimal): -4512899 or 8201147. OLE color: 8201147.

HSL color Cylindrical-coordinate representation of color #BB237D: hue angle of 324.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB237D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 125 -
CMYK 0 0.81 0.33 0.27
HSL 324.47º 0.68% 0.44% -
HSV(B) 324.47º 0.81% 0.73% -
XYZ 24.8 13.25 20.65 -
YUV 90.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 187 35 125 0 0.81 0.33 0.27 324.47 0.68 0.44
Hex BB 23 7D 0 51 21 1B 144 44 2C
Octal 273 43 175 0 121 41 33 504 104 54
Binary 10111011 100011 1111101 0 1010001 100001 11011 101000100 1000100 101100

Color Harmonies of #BB237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB237D

Black with #BB237D

Text Example


Text Example

White with #BB237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB237D; }

 p { color: rgb(187,35,125); }

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

background-color css

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

 a { background-color: rgb(187,35,125); }

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

border-color css

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

 span { border-color: rgb(187,35,125); }

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