Html Css Color HEX #BC60D8 Medium Orchid

📋 copy color: '#BC60D8'

red 188 ◦ green 96 ◦ blue 216

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

Shades of Medium Orchid #BC60D8

Tints of Medium Orchid #BC60D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 37.6%
G = 19.2%
B = 43.2%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC60D8 (or 0xBC60D8) is known color: Medium Orchid. HEX triplet: BC, 60 and D8. RGB value is (188,96,216). Sum of RGB (Red+Green+Blue) = 188+96+216=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D8 is #439F27. Grayscale: #888888. Windows color (decimal): -4431656 or 14180540. OLE color: 14180540.

HSL color Cylindrical-coordinate representation of color #BC60D8: hue angle of 286º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC60D8 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 96 216 -
CMYK 0.13 0.56 0 0.15
HSL 286º 0.61% 0.61% -
HSV(B) 286º 0.56% 0.85% -
XYZ 37.32 24.01 67.63 -
YUV 137.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 188 96 216 0.13 0.56 0 0.15 286 0.61 0.61
Hex BC 60 D8 D 38 0 F 11E 3D 3D
Octal 274 140 330 15 70 0 17 436 75 75
Binary 10111100 1100000 11011000 1101 111000 0 1111 100011110 111101 111101

Color Harmonies of #BC60D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60D8

Black with #BC60D8

Text Example


Text Example

White with #BC60D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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