Html Css Color HEX #BC63D1 Medium Orchid

📋 copy color: '#BC63D1'

red 188 ◦ green 99 ◦ blue 209

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

Shades of Medium Orchid #BC63D1

Tints of Medium Orchid #BC63D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.96%

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 37.9%
G = 19.96%
B = 42.14%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC63D1 (or 0xBC63D1) is known color: Medium Orchid. HEX triplet: BC, 63 and D1. RGB value is (188,99,209). Sum of RGB (Red+Green+Blue) = 188+99+209=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63D1 is #439C2E. Grayscale: #898989. Windows color (decimal): -4430895 or 13722556. OLE color: 13722556.

HSL color Cylindrical-coordinate representation of color #BC63D1: hue angle of 288.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC63D1 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 99 209 -
CMYK 0.10 0.53 0 0.18
HSL 288.55º 0.54% 0.6% -
HSV(B) 288.55º 0.53% 0.82% -
XYZ 36.71 24.22 63.06 -
YUV 138.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 188 99 209 0.10 0.53 0 0.18 288.55 0.54 0.6
Hex BC 63 D1 A 35 0 12 121 36 3C
Octal 274 143 321 12 65 0 22 441 66 74
Binary 10111100 1100011 11010001 1010 110101 0 10010 100100001 110110 111100

Color Harmonies of #BC63D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63D1

Black with #BC63D1

Text Example


Text Example

White with #BC63D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63D1; }

 p { color: rgb(188,99,209); }

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

background-color css

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

 a { background-color: rgb(188,99,209); }

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

border-color css

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

 span { border-color: rgb(188,99,209); }

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