Html Css Color HEX #BB238E Medium Red Violet

📋 copy color: '#BB238E'

red 187 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #BB238E

Tints of Medium Red Violet #BB238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 51.37%
G = 9.62%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB238E (or 0xBB238E) is known color: Medium Red Violet. HEX triplet: BB, 23 and 8E. RGB value is (187,35,142). Sum of RGB (Red+Green+Blue) = 187+35+142=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB238E is #44DC71. Grayscale: #5C5C5C. Windows color (decimal): -4512882 or 9315259. OLE color: 9315259.

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

Color convert

RGB 187 35 142 -
CMYK 0 0.81 0.24 0.27
HSL 317.76º 0.68% 0.44% -
HSV(B) 317.76º 0.81% 0.73% -
XYZ 25.98 13.72 26.87 -
YUV 92.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 187 35 142 0 0.81 0.24 0.27 317.76 0.68 0.44
Hex BB 23 8E 0 51 18 1B 13E 44 2C
Octal 273 43 216 0 121 30 33 476 104 54
Binary 10111011 100011 10001110 0 1010001 11000 11011 100111110 1000100 101100

Color Harmonies of #BB238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB238E

Black with #BB238E

Text Example


Text Example

White with #BB238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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