Html Css Color HEX #BB237A Medium Red Violet

📋 copy color: '#BB237A'

red 187 ◦ green 35 ◦ blue 122

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

Shades of Medium Red Violet #BB237A

Tints of Medium Red Violet #BB237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 54.36%
G = 10.17%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB237A (or 0xBB237A) is known color: Medium Red Violet. HEX triplet: BB, 23 and 7A. RGB value is (187,35,122). Sum of RGB (Red+Green+Blue) = 187+35+122=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB237A is #44DC85. Grayscale: #5A5A5A. Windows color (decimal): -4512902 or 8004539. OLE color: 8004539.

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

Color convert

RGB 187 35 122 -
CMYK 0 0.81 0.35 0.27
HSL 325.66º 0.68% 0.44% -
HSV(B) 325.66º 0.81% 0.73% -
XYZ 24.61 13.17 19.66 -
YUV 90.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 187 35 122 0 0.81 0.35 0.27 325.66 0.68 0.44
Hex BB 23 7A 0 51 23 1B 146 44 2C
Octal 273 43 172 0 121 43 33 506 104 54
Binary 10111011 100011 1111010 0 1010001 100011 11011 101000110 1000100 101100

Color Harmonies of #BB237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB237A

Black with #BB237A

Text Example


Text Example

White with #BB237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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