Html Css Color HEX #BC63ED Medium Orchid

📋 copy color: '#BC63ED'

red 188 ◦ green 99 ◦ blue 237

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

Shades of Medium Orchid #BC63ED

Tints of Medium Orchid #BC63ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 35.88%
G = 18.89%
B = 45.23%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC63ED (or 0xBC63ED) is known color: Medium Orchid. HEX triplet: BC, 63 and ED. RGB value is (188,99,237). Sum of RGB (Red+Green+Blue) = 188+99+237=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63ED is #439C12. Grayscale: #8C8C8C. Windows color (decimal): -4430867 or 15557564. OLE color: 15557564.

HSL color Cylindrical-coordinate representation of color #BC63ED: hue angle of 278.7º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC63ED is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 99 237 -
CMYK 0.21 0.58 0 0.07
HSL 278.7º 0.79% 0.66% -
HSV(B) 278.7º 0.58% 0.93% -
XYZ 40.49 25.73 82.95 -
YUV 141.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 188 99 237 0.21 0.58 0 0.07 278.7 0.79 0.66
Hex BC 63 ED 15 3A 0 7 117 4F 42
Octal 274 143 355 25 72 0 7 427 117 102
Binary 10111100 1100011 11101101 10101 111010 0 111 100010111 1001111 1000010

Color Harmonies of #BC63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63ED

Black with #BC63ED

Text Example


Text Example

White with #BC63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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