Html Css Color HEX #BC60E2 Medium Orchid

📋 copy color: '#BC60E2'

red 188 ◦ green 96 ◦ blue 226

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

Shades of Medium Orchid #BC60E2

Tints of Medium Orchid #BC60E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.31%

R = 36.86%
G = 18.82%
B = 44.31%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC60E2 (or 0xBC60E2) is known color: Medium Orchid. HEX triplet: BC, 60 and E2. RGB value is (188,96,226). Sum of RGB (Red+Green+Blue) = 188+96+226=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC60E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60E2 is #439F1D. Grayscale: #898989. Windows color (decimal): -4431646 or 14835900. OLE color: 14835900.

HSL color Cylindrical-coordinate representation of color #BC60E2: hue angle of 282.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC60E2 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 96 226 -
CMYK 0.17 0.58 0 0.11
HSL 282.46º 0.69% 0.63% -
HSV(B) 282.46º 0.58% 0.89% -
XYZ 38.65 24.55 74.65 -
YUV 138.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 188 96 226 0.17 0.58 0 0.11 282.46 0.69 0.63
Hex BC 60 E2 11 3A 0 B 11A 45 3F
Octal 274 140 342 21 72 0 13 432 105 77
Binary 10111100 1100000 11100010 10001 111010 0 1011 100011010 1000101 111111

Color Harmonies of #BC60E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60E2

Black with #BC60E2

Text Example


Text Example

White with #BC60E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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