Html Css Color HEX #BC236C Medium Red Violet

📋 copy color: '#BC236C'

red 188 ◦ green 35 ◦ blue 108

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

Shades of Medium Red Violet #BC236C

Tints of Medium Red Violet #BC236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 56.8%
G = 10.57%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC236C (or 0xBC236C) is known color: Medium Red Violet. HEX triplet: BC, 23 and 6C. RGB value is (188,35,108). Sum of RGB (Red+Green+Blue) = 188+35+108=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC236C is #43DC93. Grayscale: #585858. Windows color (decimal): -4447380 or 7087036. OLE color: 7087036.

HSL color Cylindrical-coordinate representation of color #BC236C: hue angle of 331.37º 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 #BC236C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 108 -
CMYK 0 0.81 0.43 0.26
HSL 331.37º 0.69% 0.44% -
HSV(B) 331.37º 0.81% 0.74% -
XYZ 24.05 12.98 15.42 -
YUV 89.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 188 35 108 0 0.81 0.43 0.26 331.37 0.69 0.44
Hex BC 23 6C 0 51 2B 1A 14B 45 2C
Octal 274 43 154 0 121 53 32 513 105 54
Binary 10111100 100011 1101100 0 1010001 101011 11010 101001011 1000101 101100

Color Harmonies of #BC236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC236C

Black with #BC236C

Text Example


Text Example

White with #BC236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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