Html Css Color HEX #BB3CA2 Medium Red Violet

📋 copy color: '#BB3CA2'

red 187 ◦ green 60 ◦ blue 162

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

Shades of Medium Red Violet #BB3CA2

Tints of Medium Red Violet #BB3CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 45.72%
G = 14.67%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB3CA2 (or 0xBB3CA2) is known color: Medium Red Violet. HEX triplet: BB, 3C and A2. RGB value is (187,60,162). Sum of RGB (Red+Green+Blue) = 187+60+162=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CA2 is #44C35D. Grayscale: #6D6D6D. Windows color (decimal): -4506462 or 10632379. OLE color: 10632379.

HSL color Cylindrical-coordinate representation of color #BB3CA2: hue angle of 311.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3CA2 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 162 -
CMYK 0 0.68 0.13 0.27
HSL 311.81º 0.51% 0.48% -
HSV(B) 311.81º 0.68% 0.73% -
XYZ 28.63 16.41 35.84 -
YUV 109.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 187 60 162 0 0.68 0.13 0.27 311.81 0.51 0.48
Hex BB 3C A2 0 44 D 1B 138 33 30
Octal 273 74 242 0 104 15 33 470 63 60
Binary 10111011 111100 10100010 0 1000100 1101 11011 100111000 110011 110000

Color Harmonies of #BB3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CA2

Black with #BB3CA2

Text Example


Text Example

White with #BB3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CA2; }

 p { color: rgb(187,60,162); }

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

background-color css

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

 a { background-color: rgb(187,60,162); }

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

border-color css

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

 span { border-color: rgb(187,60,162); }

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