Html Css Color HEX #BC60CD Medium Orchid

📋 copy color: '#BC60CD'

red 188 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #BC60CD

Tints of Medium Orchid #BC60CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 38.45%
G = 19.63%
B = 41.92%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC60CD (or 0xBC60CD) is known color: Medium Orchid. HEX triplet: BC, 60 and CD. RGB value is (188,96,205). Sum of RGB (Red+Green+Blue) = 188+96+205=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60CD is #439F32. Grayscale: #878787. Windows color (decimal): -4431667 or 13459644. OLE color: 13459644.

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

Color convert

RGB 188 96 205 -
CMYK 0.08 0.53 0 0.20
HSL 290.64º 0.52% 0.59% -
HSV(B) 290.64º 0.53% 0.8% -
XYZ 35.94 23.46 60.39 -
YUV 135.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 188 96 205 0.08 0.53 0 0.20 290.64 0.52 0.59
Hex BC 60 CD 8 35 0 14 123 34 3B
Octal 274 140 315 10 65 0 24 443 64 73
Binary 10111100 1100000 11001101 1000 110101 0 10100 100100011 110100 111011

Color Harmonies of #BC60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60CD

Black with #BC60CD

Text Example


Text Example

White with #BC60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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