Html Css Color HEX #BC25AB Medium Red Violet

📋 copy color: '#BC25AB'

red 188 ◦ green 37 ◦ blue 171

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

Shades of Medium Red Violet #BC25AB

Tints of Medium Red Violet #BC25AB

RGB

 RED value IS 188 (73.83% from 255) = 47.47%

 GREEN value IS 37 (14.84% from 255) = 9.34%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 47.47%
G = 9.34%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC25AB (or 0xBC25AB) is known color: Medium Red Violet. HEX triplet: BC, 25 and AB. RGB value is (188,37,171). Sum of RGB (Red+Green+Blue) = 188+37+171=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25AB is #43DA54. Grayscale: #616161. Windows color (decimal): -4446805 or 11216316. OLE color: 11216316.

HSL color Cylindrical-coordinate representation of color #BC25AB: hue angle of 306.75º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC25AB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 171 -
CMYK 0 0.80 0.09 0.26
HSL 306.76º 0.67% 0.44% -
HSV(B) 306.76º 0.8% 0.74% -
XYZ 28.75 14.95 39.9 -
YUV 97.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 188 37 171 0 0.80 0.09 0.26 306.76 0.67 0.44
Hex BC 25 AB 0 50 9 1A 133 43 2C
Octal 274 45 253 0 120 11 32 463 103 54
Binary 10111100 100101 10101011 0 1010000 1001 11010 100110011 1000011 101100

Color Harmonies of #BC25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25AB

Black with #BC25AB

Text Example


Text Example

White with #BC25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25AB; }

 p { color: rgb(188,37,171); }

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

background-color css

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

 a { background-color: rgb(188,37,171); }

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

border-color css

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

 span { border-color: rgb(188,37,171); }

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