Html Css Color HEX #BC56CA Medium Orchid

📋 copy color: '#BC56CA'

red 188 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #BC56CA

Tints of Medium Orchid #BC56CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 39.5%
G = 18.07%
B = 42.44%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC56CA (or 0xBC56CA) is known color: Medium Orchid. HEX triplet: BC, 56 and CA. RGB value is (188,86,202). Sum of RGB (Red+Green+Blue) = 188+86+202=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CA is #43A935. Grayscale: #818181. Windows color (decimal): -4434230 or 13260476. OLE color: 13260476.

HSL color Cylindrical-coordinate representation of color #BC56CA: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC56CA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 86 202 -
CMYK 0.07 0.57 0 0.21
HSL 292.76º 0.52% 0.56% -
HSV(B) 292.76º 0.57% 0.79% -
XYZ 34.73 21.61 58.22 -
YUV 129.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 188 86 202 0.07 0.57 0 0.21 292.76 0.52 0.56
Hex BC 56 CA 7 39 0 15 125 34 38
Octal 274 126 312 7 71 0 25 445 64 70
Binary 10111100 1010110 11001010 111 111001 0 10101 100100101 110100 111000

Color Harmonies of #BC56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56CA

Black with #BC56CA

Text Example


Text Example

White with #BC56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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