Html Css Color HEX #BC63E5 Medium Orchid

📋 copy color: '#BC63E5'

red 188 ◦ green 99 ◦ blue 229

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

Shades of Medium Orchid #BC63E5

Tints of Medium Orchid #BC63E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.38%

R = 36.43%
G = 19.19%
B = 44.38%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC63E5 (or 0xBC63E5) is known color: Medium Orchid. HEX triplet: BC, 63 and E5. RGB value is (188,99,229). Sum of RGB (Red+Green+Blue) = 188+99+229=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63E5 is #439C1A. Grayscale: #8C8C8C. Windows color (decimal): -4430875 or 15033276. OLE color: 15033276.

HSL color Cylindrical-coordinate representation of color #BC63E5: hue angle of 281.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC63E5 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 99 229 -
CMYK 0.18 0.57 0 0.10
HSL 281.08º 0.71% 0.64% -
HSV(B) 281.08º 0.57% 0.9% -
XYZ 39.34 25.27 76.93 -
YUV 140.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 188 99 229 0.18 0.57 0 0.10 281.08 0.71 0.64
Hex BC 63 E5 12 39 0 A 119 47 40
Octal 274 143 345 22 71 0 12 431 107 100
Binary 10111100 1100011 11100101 10010 111001 0 1010 100011001 1000111 1000000

Color Harmonies of #BC63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63E5

Black with #BC63E5

Text Example


Text Example

White with #BC63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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