Html Css Color HEX #BB237E Medium Red Violet

📋 copy color: '#BB237E'

red 187 ◦ green 35 ◦ blue 126

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

Shades of Medium Red Violet #BB237E

Tints of Medium Red Violet #BB237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 53.74%
G = 10.06%
B = 36.21%

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

#BB237E (or 0xBB237E) is known color: Medium Red Violet. HEX triplet: BB, 23 and 7E. RGB value is (187,35,126). Sum of RGB (Red+Green+Blue) = 187+35+126=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB237E is #44DC81. Grayscale: #5A5A5A. Windows color (decimal): -4512898 or 8266683. OLE color: 8266683.

HSL color Cylindrical-coordinate representation of color #BB237E: hue angle of 324.08º 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 #BB237E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 126 -
CMYK 0 0.81 0.33 0.27
HSL 324.08º 0.68% 0.44% -
HSV(B) 324.08º 0.81% 0.73% -
XYZ 24.86 13.27 20.99 -
YUV 90.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 187 35 126 0 0.81 0.33 0.27 324.08 0.68 0.44
Hex BB 23 7E 0 51 21 1B 144 44 2C
Octal 273 43 176 0 121 41 33 504 104 54
Binary 10111011 100011 1111110 0 1010001 100001 11011 101000100 1000100 101100

Color Harmonies of #BB237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB237E

Black with #BB237E

Text Example


Text Example

White with #BB237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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