Html Css Color HEX #BB236F Medium Red Violet

📋 copy color: '#BB236F'

red 187 ◦ green 35 ◦ blue 111

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

Shades of Medium Red Violet #BB236F

Tints of Medium Red Violet #BB236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 56.16%
G = 10.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB236F (or 0xBB236F) is known color: Medium Red Violet. HEX triplet: BB, 23 and 6F. RGB value is (187,35,111). Sum of RGB (Red+Green+Blue) = 187+35+111=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB236F is #44DC90. Grayscale: #585858. Windows color (decimal): -4512913 or 7283643. OLE color: 7283643.

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

Color convert

RGB 187 35 111 -
CMYK 0 0.81 0.41 0.27
HSL 330º 0.68% 0.44% -
HSV(B) 330º 0.81% 0.73% -
XYZ 23.96 12.91 16.27 -
YUV 89.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 187 35 111 0 0.81 0.41 0.27 330 0.68 0.44
Hex BB 23 6F 0 51 29 1B 14A 44 2C
Octal 273 43 157 0 121 51 33 512 104 54
Binary 10111011 100011 1101111 0 1010001 101001 11011 101001010 1000100 101100

Color Harmonies of #BB236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB236F

Black with #BB236F

Text Example


Text Example

White with #BB236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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