Html Css Color HEX #BC60E1 Medium Orchid

📋 copy color: '#BC60E1'

red 188 ◦ green 96 ◦ blue 225

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

Shades of Medium Orchid #BC60E1

Tints of Medium Orchid #BC60E1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.86%

 BLUE value IS 225 (88.28% from 255) = 44.2%

R = 36.94%
G = 18.86%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC60E1 (or 0xBC60E1) is known color: Medium Orchid. HEX triplet: BC, 60 and E1. RGB value is (188,96,225). Sum of RGB (Red+Green+Blue) = 188+96+225=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC60E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60E1 is #439F1E. Grayscale: #898989. Windows color (decimal): -4431647 or 14770364. OLE color: 14770364.

HSL color Cylindrical-coordinate representation of color #BC60E1: hue angle of 282.79º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC60E1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 96 225 -
CMYK 0.16 0.57 0 0.12
HSL 282.79º 0.68% 0.63% -
HSV(B) 282.79º 0.57% 0.88% -
XYZ 38.51 24.49 73.93 -
YUV 138.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 188 96 225 0.16 0.57 0 0.12 282.79 0.68 0.63
Hex BC 60 E1 10 39 0 C 11B 44 3F
Octal 274 140 341 20 71 0 14 433 104 77
Binary 10111100 1100000 11100001 10000 111001 0 1100 100011011 1000100 111111

Color Harmonies of #BC60E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60E1

Black with #BC60E1

Text Example


Text Example

White with #BC60E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60E1; }

 p { color: rgb(188,96,225); }

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

background-color css

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

 a { background-color: rgb(188,96,225); }

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

border-color css

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

 span { border-color: rgb(188,96,225); }

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