Html Css Color HEX #BB236A Medium Red Violet

📋 copy color: '#BB236A'

red 187 ◦ green 35 ◦ blue 106

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

Shades of Medium Red Violet #BB236A

Tints of Medium Red Violet #BB236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 57.01%
G = 10.67%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB236A (or 0xBB236A) is known color: Medium Red Violet. HEX triplet: BB, 23 and 6A. RGB value is (187,35,106). Sum of RGB (Red+Green+Blue) = 187+35+106=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB236A is #44DC95. Grayscale: #585858. Windows color (decimal): -4512918 or 6955963. OLE color: 6955963.

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

Color convert

RGB 187 35 106 -
CMYK 0 0.81 0.43 0.27
HSL 331.97º 0.68% 0.44% -
HSV(B) 331.97º 0.81% 0.73% -
XYZ 23.7 12.81 14.86 -
YUV 88.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 187 35 106 0 0.81 0.43 0.27 331.97 0.68 0.44
Hex BB 23 6A 0 51 2B 1B 14C 44 2C
Octal 273 43 152 0 121 53 33 514 104 54
Binary 10111011 100011 1101010 0 1010001 101011 11011 101001100 1000100 101100

Color Harmonies of #BB236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB236A

Black with #BB236A

Text Example


Text Example

White with #BB236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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