Html Css Color HEX #BC56E6 Medium Orchid

📋 copy color: '#BC56E6'

red 188 ◦ green 86 ◦ blue 230

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

Shades of Medium Orchid #BC56E6

Tints of Medium Orchid #BC56E6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.06%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 37.3%
G = 17.06%
B = 45.63%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC56E6 (or 0xBC56E6) is known color: Medium Orchid. HEX triplet: BC, 56 and E6. RGB value is (188,86,230). Sum of RGB (Red+Green+Blue) = 188+86+230=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56E6 is #43A919. Grayscale: #848484. Windows color (decimal): -4434202 or 15095484. OLE color: 15095484.

HSL color Cylindrical-coordinate representation of color #BC56E6: hue angle of 282.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC56E6 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 86 230 -
CMYK 0.18 0.63 0 0.10
HSL 282.5º 0.74% 0.62% -
HSV(B) 282.5º 0.63% 0.9% -
XYZ 38.35 23.06 77.29 -
YUV 132.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 188 86 230 0.18 0.63 0 0.10 282.5 0.74 0.62
Hex BC 56 E6 12 3F 0 A 11A 4A 3E
Octal 274 126 346 22 77 0 12 432 112 76
Binary 10111100 1010110 11100110 10010 111111 0 1010 100011010 1001010 111110

Color Harmonies of #BC56E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56E6

Black with #BC56E6

Text Example


Text Example

White with #BC56E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56E6; }

 p { color: rgb(188,86,230); }

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

background-color css

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

 a { background-color: rgb(188,86,230); }

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

border-color css

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

 span { border-color: rgb(188,86,230); }

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