Html Css Color HEX #BC238B Medium Red Violet

📋 copy color: '#BC238B'

red 188 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #BC238B

Tints of Medium Red Violet #BC238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

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

R = 51.93%
G = 9.67%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC238B (or 0xBC238B) is known color: Medium Red Violet. HEX triplet: BC, 23 and 8B. RGB value is (188,35,139). Sum of RGB (Red+Green+Blue) = 188+35+139=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC238B is #43DC74. Grayscale: #5C5C5C. Windows color (decimal): -4447349 or 9118652. OLE color: 9118652.

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

Color convert

RGB 188 35 139 -
CMYK 0 0.81 0.26 0.26
HSL 319.22º 0.69% 0.44% -
HSV(B) 319.22º 0.81% 0.74% -
XYZ 26 13.76 25.71 -
YUV 92.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 188 35 139 0 0.81 0.26 0.26 319.22 0.69 0.44
Hex BC 23 8B 0 51 1A 1A 13F 45 2C
Octal 274 43 213 0 121 32 32 477 105 54
Binary 10111100 100011 10001011 0 1010001 11010 11010 100111111 1000101 101100

Color Harmonies of #BC238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC238B

Black with #BC238B

Text Example


Text Example

White with #BC238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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