Html Css Color HEX #BC63EA Medium Orchid

📋 copy color: '#BC63EA'

red 188 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #BC63EA

Tints of Medium Orchid #BC63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 36.08%
G = 19%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC63EA (or 0xBC63EA) is known color: Medium Orchid. HEX triplet: BC, 63 and EA. RGB value is (188,99,234). Sum of RGB (Red+Green+Blue) = 188+99+234=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63EA is #439C15. Grayscale: #8C8C8C. Windows color (decimal): -4430870 or 15360956. OLE color: 15360956.

HSL color Cylindrical-coordinate representation of color #BC63EA: hue angle of 279.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC63EA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 99 234 -
CMYK 0.20 0.58 0 0.08
HSL 279.56º 0.76% 0.65% -
HSV(B) 279.56º 0.58% 0.92% -
XYZ 40.05 25.56 80.66 -
YUV 141 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 188 99 234 0.20 0.58 0 0.08 279.56 0.76 0.65
Hex BC 63 EA 14 3A 0 8 118 4C 41
Octal 274 143 352 24 72 0 10 430 114 101
Binary 10111100 1100011 11101010 10100 111010 0 1000 100011000 1001100 1000001

Color Harmonies of #BC63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63EA

Black with #BC63EA

Text Example


Text Example

White with #BC63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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