Html Css Color HEX #BB236D Medium Red Violet

📋 copy color: '#BB236D'

red 187 ◦ green 35 ◦ blue 109

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

Shades of Medium Red Violet #BB236D

Tints of Medium Red Violet #BB236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 56.5%
G = 10.57%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB236D (or 0xBB236D) is known color: Medium Red Violet. HEX triplet: BB, 23 and 6D. RGB value is (187,35,109). Sum of RGB (Red+Green+Blue) = 187+35+109=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB236D is #44DC92. Grayscale: #585858. Windows color (decimal): -4512915 or 7152571. OLE color: 7152571.

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

Color convert

RGB 187 35 109 -
CMYK 0 0.81 0.42 0.27
HSL 330.79º 0.68% 0.44% -
HSV(B) 330.79º 0.81% 0.73% -
XYZ 23.85 12.87 15.7 -
YUV 88.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 187 35 109 0 0.81 0.42 0.27 330.79 0.68 0.44
Hex BB 23 6D 0 51 2A 1B 14B 44 2C
Octal 273 43 155 0 121 52 33 513 104 54
Binary 10111011 100011 1101101 0 1010001 101010 11011 101001011 1000100 101100

Color Harmonies of #BB236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB236D

Black with #BB236D

Text Example


Text Example

White with #BB236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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