Html Css Color HEX #BB34A8 Medium Red Violet

📋 copy color: '#BB34A8'

red 187 ◦ green 52 ◦ blue 168

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

Shades of Medium Red Violet #BB34A8

Tints of Medium Red Violet #BB34A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 45.95%
G = 12.78%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB34A8 (or 0xBB34A8) is known color: Medium Red Violet. HEX triplet: BB, 34 and A8. RGB value is (187,52,168). Sum of RGB (Red+Green+Blue) = 187+52+168=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34A8 is #44CB57. Grayscale: #696969. Windows color (decimal): -4508504 or 11023547. OLE color: 11023547.

HSL color Cylindrical-coordinate representation of color #BB34A8: hue angle of 308.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34A8 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 168 -
CMYK 0 0.72 0.10 0.27
HSL 308.44º 0.56% 0.47% -
HSV(B) 308.44º 0.72% 0.73% -
XYZ 28.79 15.85 38.59 -
YUV 105.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 187 52 168 0 0.72 0.10 0.27 308.44 0.56 0.47
Hex BB 34 A8 0 48 A 1B 134 38 2F
Octal 273 64 250 0 110 12 33 464 70 57
Binary 10111011 110100 10101000 0 1001000 1010 11011 100110100 111000 101111

Color Harmonies of #BB34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34A8

Black with #BB34A8

Text Example


Text Example

White with #BB34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34A8; }

 p { color: rgb(187,52,168); }

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

background-color css

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

 a { background-color: rgb(187,52,168); }

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

border-color css

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

 span { border-color: rgb(187,52,168); }

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