Html Css Color HEX #BC35CE Medium Orchid

📋 copy color: '#BC35CE'

red 188 ◦ green 53 ◦ blue 206

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

Shades of Medium Orchid #BC35CE

Tints of Medium Orchid #BC35CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 42.06%
G = 11.86%
B = 46.09%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC35CE (or 0xBC35CE) is known color: Medium Orchid. HEX triplet: BC, 35 and CE. RGB value is (188,53,206). Sum of RGB (Red+Green+Blue) = 188+53+206=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35CE is #43CA31. Grayscale: #6E6E6E. Windows color (decimal): -4442674 or 13514172. OLE color: 13514172.

HSL color Cylindrical-coordinate representation of color #BC35CE: hue angle of 292.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC35CE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 53 206 -
CMYK 0.09 0.74 0 0.19
HSL 292.94º 0.61% 0.51% -
HSV(B) 292.94º 0.74% 0.81% -
XYZ 33.15 17.69 60.06 -
YUV 110.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 188 53 206 0.09 0.74 0 0.19 292.94 0.61 0.51
Hex BC 35 CE 9 4A 0 13 125 3D 33
Octal 274 65 316 11 112 0 23 445 75 63
Binary 10111100 110101 11001110 1001 1001010 0 10011 100100101 111101 110011

Color Harmonies of #BC35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35CE

Black with #BC35CE

Text Example


Text Example

White with #BC35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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