Html Css Color HEX #BC35A8 Medium Red Violet

📋 copy color: '#BC35A8'

red 188 ◦ green 53 ◦ blue 168

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

Shades of Medium Red Violet #BC35A8

Tints of Medium Red Violet #BC35A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 45.97%
G = 12.96%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC35A8 (or 0xBC35A8) is known color: Medium Red Violet. HEX triplet: BC, 35 and A8. RGB value is (188,53,168). Sum of RGB (Red+Green+Blue) = 188+53+168=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC35A8 is #43CA57. Grayscale: #6A6A6A. Windows color (decimal): -4442712 or 11023804. OLE color: 11023804.

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

Color convert

RGB 188 53 168 -
CMYK 0 0.72 0.11 0.26
HSL 308.89º 0.56% 0.47% -
HSV(B) 308.89º 0.72% 0.74% -
XYZ 29.08 16.06 38.61 -
YUV 106.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 188 53 168 0 0.72 0.11 0.26 308.89 0.56 0.47
Hex BC 35 A8 0 48 B 1A 135 38 2F
Octal 274 65 250 0 110 13 32 465 70 57
Binary 10111100 110101 10101000 0 1001000 1011 11010 100110101 111000 101111

Color Harmonies of #BC35A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35A8

Black with #BC35A8

Text Example


Text Example

White with #BC35A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35A8; }

 p { color: rgb(188,53,168); }

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

background-color css

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

 a { background-color: rgb(188,53,168); }

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

border-color css

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

 span { border-color: rgb(188,53,168); }

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