Html Css Color HEX #BC63DD Medium Orchid

📋 copy color: '#BC63DD'

red 188 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #BC63DD

Tints of Medium Orchid #BC63DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 37.01%
G = 19.49%
B = 43.5%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC63DD (or 0xBC63DD) is known color: Medium Orchid. HEX triplet: BC, 63 and DD. RGB value is (188,99,221). Sum of RGB (Red+Green+Blue) = 188+99+221=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DD is #439C22. Grayscale: #8B8B8B. Windows color (decimal): -4430883 or 14508988. OLE color: 14508988.

HSL color Cylindrical-coordinate representation of color #BC63DD: hue angle of 283.77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC63DD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 99 221 -
CMYK 0.15 0.55 0 0.13
HSL 283.77º 0.64% 0.63% -
HSV(B) 283.77º 0.55% 0.87% -
XYZ 38.25 24.84 71.18 -
YUV 139.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 188 99 221 0.15 0.55 0 0.13 283.77 0.64 0.63
Hex BC 63 DD F 37 0 D 11C 40 3F
Octal 274 143 335 17 67 0 15 434 100 77
Binary 10111100 1100011 11011101 1111 110111 0 1101 100011100 1000000 111111

Color Harmonies of #BC63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63DD

Black with #BC63DD

Text Example


Text Example

White with #BC63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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