Html Css Color HEX #BC308B Medium Red Violet

📋 copy color: '#BC308B'

red 188 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #BC308B

Tints of Medium Red Violet #BC308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 50.13%
G = 12.8%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC308B (or 0xBC308B) is known color: Medium Red Violet. HEX triplet: BC, 30 and 8B. RGB value is (188,48,139). Sum of RGB (Red+Green+Blue) = 188+48+139=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308B is #43CF74. Grayscale: #646464. Windows color (decimal): -4444021 or 9121980. OLE color: 9121980.

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

Color convert

RGB 188 48 139 -
CMYK 0 0.74 0.26 0.26
HSL 321º 0.59% 0.46% -
HSV(B) 321º 0.74% 0.74% -
XYZ 26.46 14.67 25.86 -
YUV 100.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 188 48 139 0 0.74 0.26 0.26 321 0.59 0.46
Hex BC 30 8B 0 4A 1A 1A 141 3B 2E
Octal 274 60 213 0 112 32 32 501 73 56
Binary 10111100 110000 10001011 0 1001010 11010 11010 101000001 111011 101110

Color Harmonies of #BC308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC308B

Black with #BC308B

Text Example


Text Example

White with #BC308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC308B; }

 p { color: rgb(188,48,139); }

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

background-color css

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

 a { background-color: rgb(188,48,139); }

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

border-color css

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

 span { border-color: rgb(188,48,139); }

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