Html Css Color HEX #BB238A Medium Red Violet

📋 copy color: '#BB238A'

red 187 ◦ green 35 ◦ blue 138

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

Shades of Medium Red Violet #BB238A

Tints of Medium Red Violet #BB238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 51.94%
G = 9.72%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB238A (or 0xBB238A) is known color: Medium Red Violet. HEX triplet: BB, 23 and 8A. RGB value is (187,35,138). Sum of RGB (Red+Green+Blue) = 187+35+138=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB238A is #44DC75. Grayscale: #5B5B5B. Windows color (decimal): -4512886 or 9053115. OLE color: 9053115.

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

Color convert

RGB 187 35 138 -
CMYK 0 0.81 0.26 0.27
HSL 319.34º 0.68% 0.44% -
HSV(B) 319.34º 0.81% 0.73% -
XYZ 25.68 13.6 25.32 -
YUV 92.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 187 35 138 0 0.81 0.26 0.27 319.34 0.68 0.44
Hex BB 23 8A 0 51 1A 1B 13F 44 2C
Octal 273 43 212 0 121 32 33 477 104 54
Binary 10111011 100011 10001010 0 1010001 11010 11011 100111111 1000100 101100

Color Harmonies of #BB238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB238A

Black with #BB238A

Text Example


Text Example

White with #BB238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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