Html Css Color HEX #BC60E0 Medium Orchid

📋 copy color: '#BC60E0'

red 188 ◦ green 96 ◦ blue 224

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

Shades of Medium Orchid #BC60E0

Tints of Medium Orchid #BC60E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 37.01%
G = 18.9%
B = 44.09%

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

#BC60E0 (or 0xBC60E0) is known color: Medium Orchid. HEX triplet: BC, 60 and E0. RGB value is (188,96,224). Sum of RGB (Red+Green+Blue) = 188+96+224=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60E0 is #439F1F. Grayscale: #898989. Windows color (decimal): -4431648 or 14704828. OLE color: 14704828.

HSL color Cylindrical-coordinate representation of color #BC60E0: hue angle of 283.12º degrees, saturation: 0.67, 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 #BC60E0 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 96 224 -
CMYK 0.16 0.57 0 0.12
HSL 283.13º 0.67% 0.63% -
HSV(B) 283.13º 0.57% 0.88% -
XYZ 38.38 24.44 73.22 -
YUV 138.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 188 96 224 0.16 0.57 0 0.12 283.13 0.67 0.63
Hex BC 60 E0 10 39 0 C 11B 43 3F
Octal 274 140 340 20 71 0 14 433 103 77
Binary 10111100 1100000 11100000 10000 111001 0 1100 100011011 1000011 111111

Color Harmonies of #BC60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60E0

Black with #BC60E0

Text Example


Text Example

White with #BC60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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