Html Css Color HEX #BB3DA2 Medium Red Violet

📋 copy color: '#BB3DA2'

red 187 ◦ green 61 ◦ blue 162

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

Shades of Medium Red Violet #BB3DA2

Tints of Medium Red Violet #BB3DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

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

R = 45.61%
G = 14.88%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB3DA2 (or 0xBB3DA2) is known color: Medium Red Violet. HEX triplet: BB, 3D and A2. RGB value is (187,61,162). Sum of RGB (Red+Green+Blue) = 187+61+162=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3DA2 is #44C25D. Grayscale: #6D6D6D. Windows color (decimal): -4506206 or 10632635. OLE color: 10632635.

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

Color convert

RGB 187 61 162 -
CMYK 0 0.67 0.13 0.27
HSL 311.9º 0.51% 0.49% -
HSV(B) 311.9º 0.67% 0.73% -
XYZ 28.68 16.51 35.86 -
YUV 110.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 187 61 162 0 0.67 0.13 0.27 311.9 0.51 0.49
Hex BB 3D A2 0 43 D 1B 138 33 31
Octal 273 75 242 0 103 15 33 470 63 61
Binary 10111011 111101 10100010 0 1000011 1101 11011 100111000 110011 110001

Color Harmonies of #BB3DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DA2

Black with #BB3DA2

Text Example


Text Example

White with #BB3DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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