Html Css Color HEX #BC2F7B Medium Red Violet

📋 copy color: '#BC2F7B'

red 188 ◦ green 47 ◦ blue 123

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

Shades of Medium Red Violet #BC2F7B

Tints of Medium Red Violet #BC2F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 52.51%
G = 13.13%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC2F7B (or 0xBC2F7B) is known color: Medium Red Violet. HEX triplet: BC, 2F and 7B. RGB value is (188,47,123). Sum of RGB (Red+Green+Blue) = 188+47+123=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F7B is #43D084. Grayscale: #616161. Windows color (decimal): -4444293 or 8073148. OLE color: 8073148.

HSL color Cylindrical-coordinate representation of color #BC2F7B: hue angle of 327.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F7B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 123 -
CMYK 0 0.75 0.35 0.26
HSL 327.66º 0.6% 0.46% -
HSV(B) 327.66º 0.75% 0.74% -
XYZ 25.33 14.15 20.14 -
YUV 97.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 188 47 123 0 0.75 0.35 0.26 327.66 0.6 0.46
Hex BC 2F 7B 0 4B 23 1A 148 3C 2E
Octal 274 57 173 0 113 43 32 510 74 56
Binary 10111100 101111 1111011 0 1001011 100011 11010 101001000 111100 101110

Color Harmonies of #BC2F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F7B

Black with #BC2F7B

Text Example


Text Example

White with #BC2F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F7B; }

 p { color: rgb(188,47,123); }

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

background-color css

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

 a { background-color: rgb(188,47,123); }

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

border-color css

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

 span { border-color: rgb(188,47,123); }

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