Html Css Color HEX #BC35DC Medium Orchid

📋 copy color: '#BC35DC'

red 188 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #BC35DC

Tints of Medium Orchid #BC35DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 40.78%
G = 11.5%
B = 47.72%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC35DC (or 0xBC35DC) is known color: Medium Orchid. HEX triplet: BC, 35 and DC. RGB value is (188,53,220). Sum of RGB (Red+Green+Blue) = 188+53+220=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35DC is #43CA23. Grayscale: #6F6F6F. Windows color (decimal): -4442660 or 14431676. OLE color: 14431676.

HSL color Cylindrical-coordinate representation of color #BC35DC: hue angle of 288.5º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC35DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 53 220 -
CMYK 0.15 0.76 0 0.14
HSL 288.5º 0.7% 0.54% -
HSV(B) 288.5º 0.76% 0.86% -
XYZ 34.93 18.4 69.42 -
YUV 112.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 188 53 220 0.15 0.76 0 0.14 288.5 0.7 0.54
Hex BC 35 DC F 4C 0 E 121 46 36
Octal 274 65 334 17 114 0 16 441 106 66
Binary 10111100 110101 11011100 1111 1001100 0 1110 100100001 1000110 110110

Color Harmonies of #BC35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35DC

Black with #BC35DC

Text Example


Text Example

White with #BC35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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