Html Css Color HEX #BC36D5 Medium Orchid

📋 copy color: '#BC36D5'

red 188 ◦ green 54 ◦ blue 213

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

Shades of Medium Orchid #BC36D5

Tints of Medium Orchid #BC36D5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.87%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 41.32%
G = 11.87%
B = 46.81%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC36D5 (or 0xBC36D5) is known color: Medium Orchid. HEX triplet: BC, 36 and D5. RGB value is (188,54,213). Sum of RGB (Red+Green+Blue) = 188+54+213=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36D5 is #43C92A. Grayscale: #6F6F6F. Windows color (decimal): -4442411 or 13973180. OLE color: 13973180.

HSL color Cylindrical-coordinate representation of color #BC36D5: hue angle of 290.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36D5 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 54 213 -
CMYK 0.12 0.75 0 0.16
HSL 290.57º 0.65% 0.52% -
HSV(B) 290.57º 0.75% 0.84% -
XYZ 34.07 18.13 64.66 -
YUV 112.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 188 54 213 0.12 0.75 0 0.16 290.57 0.65 0.52
Hex BC 36 D5 C 4B 0 10 123 41 34
Octal 274 66 325 14 113 0 20 443 101 64
Binary 10111100 110110 11010101 1100 1001011 0 10000 100100011 1000001 110100

Color Harmonies of #BC36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36D5

Black with #BC36D5

Text Example


Text Example

White with #BC36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36D5; }

 p { color: rgb(188,54,213); }

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

background-color css

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

 a { background-color: rgb(188,54,213); }

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

border-color css

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

 span { border-color: rgb(188,54,213); }

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