Html Css Color HEX #BC36CD Medium Orchid

📋 copy color: '#BC36CD'

red 188 ◦ green 54 ◦ blue 205

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

Shades of Medium Orchid #BC36CD

Tints of Medium Orchid #BC36CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 42.06%
G = 12.08%
B = 45.86%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC36CD (or 0xBC36CD) is known color: Medium Orchid. HEX triplet: BC, 36 and CD. RGB value is (188,54,205). Sum of RGB (Red+Green+Blue) = 188+54+205=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC36CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36CD is #43C932. Grayscale: #6E6E6E. Windows color (decimal): -4442419 or 13448892. OLE color: 13448892.

HSL color Cylindrical-coordinate representation of color #BC36CD: hue angle of 293.25º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC36CD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 54 205 -
CMYK 0.08 0.74 0 0.20
HSL 293.25º 0.6% 0.51% -
HSV(B) 293.25º 0.74% 0.8% -
XYZ 33.08 17.74 59.44 -
YUV 111.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 188 54 205 0.08 0.74 0 0.20 293.25 0.6 0.51
Hex BC 36 CD 8 4A 0 14 125 3C 33
Octal 274 66 315 10 112 0 24 445 74 63
Binary 10111100 110110 11001101 1000 1001010 0 10100 100100101 111100 110011

Color Harmonies of #BC36CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36CD

Black with #BC36CD

Text Example


Text Example

White with #BC36CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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