Html Css Color HEX #BC63E2 Medium Orchid

📋 copy color: '#BC63E2'

red 188 ◦ green 99 ◦ blue 226

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

Shades of Medium Orchid #BC63E2

Tints of Medium Orchid #BC63E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.05%

R = 36.65%
G = 19.3%
B = 44.05%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC63E2 (or 0xBC63E2) is known color: Medium Orchid. HEX triplet: BC, 63 and E2. RGB value is (188,99,226). Sum of RGB (Red+Green+Blue) = 188+99+226=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC63E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63E2 is #439C1D. Grayscale: #8B8B8B. Windows color (decimal): -4430878 or 14836668. OLE color: 14836668.

HSL color Cylindrical-coordinate representation of color #BC63E2: hue angle of 282.05º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC63E2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 99 226 -
CMYK 0.17 0.56 0 0.11
HSL 282.05º 0.69% 0.64% -
HSV(B) 282.05º 0.56% 0.89% -
XYZ 38.93 25.11 74.75 -
YUV 140.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 188 99 226 0.17 0.56 0 0.11 282.05 0.69 0.64
Hex BC 63 E2 11 38 0 B 11A 45 40
Octal 274 143 342 21 70 0 13 432 105 100
Binary 10111100 1100011 11100010 10001 111000 0 1011 100011010 1000101 1000000

Color Harmonies of #BC63E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63E2

Black with #BC63E2

Text Example


Text Example

White with #BC63E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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