Html Css Color HEX #BC59CC Medium Orchid

📋 copy color: '#BC59CC'

red 188 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #BC59CC

Tints of Medium Orchid #BC59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 39.09%
G = 18.5%
B = 42.41%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC59CC (or 0xBC59CC) is known color: Medium Orchid. HEX triplet: BC, 59 and CC. RGB value is (188,89,204). Sum of RGB (Red+Green+Blue) = 188+89+204=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59CC is #43A633. Grayscale: #838383. Windows color (decimal): -4433460 or 13392316. OLE color: 13392316.

HSL color Cylindrical-coordinate representation of color #BC59CC: hue angle of 291.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC59CC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 89 204 -
CMYK 0.08 0.56 0 0.2
HSL 291.65º 0.53% 0.57% -
HSV(B) 291.65º 0.56% 0.8% -
XYZ 35.21 22.2 59.56 -
YUV 131.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 188 89 204 0.08 0.56 0 0.2 291.65 0.53 0.57
Hex BC 59 CC 8 38 0 14 124 35 39
Octal 274 131 314 10 70 0 24 444 65 71
Binary 10111100 1011001 11001100 1000 111000 0 10100 100100100 110101 111001

Color Harmonies of #BC59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59CC

Black with #BC59CC

Text Example


Text Example

White with #BC59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59CC; }

 p { color: rgb(188,89,204); }

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

background-color css

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

 a { background-color: rgb(188,89,204); }

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

border-color css

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

 span { border-color: rgb(188,89,204); }

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