Html Css Color HEX #BA63EA Medium Orchid

📋 copy color: '#BA63EA'

red 186 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #BA63EA

Tints of Medium Orchid #BA63EA

RGB

 RED value IS 186 (73.05% from 255) = 35.84%

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

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

R = 35.84%
G = 19.08%
B = 45.09%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA63EA (or 0xBA63EA) is known color: Medium Orchid. HEX triplet: BA, 63 and EA. RGB value is (186,99,234). Sum of RGB (Red+Green+Blue) = 186+99+234=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63EA is #459C15. Grayscale: #8B8B8B. Windows color (decimal): -4561942 or 15360954. OLE color: 15360954.

HSL color Cylindrical-coordinate representation of color #BA63EA: hue angle of 278.67º 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 #BA63EA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 99 234 -
CMYK 0.21 0.58 0 0.08
HSL 278.67º 0.76% 0.65% -
HSV(B) 278.67º 0.58% 0.92% -
XYZ 39.56 25.3 80.64 -
YUV 140.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 186 99 234 0.21 0.58 0 0.08 278.67 0.76 0.65
Hex BA 63 EA 15 3A 0 8 117 4C 41
Octal 272 143 352 25 72 0 10 427 114 101
Binary 10111010 1100011 11101010 10101 111010 0 1000 100010111 1001100 1000001

Color Harmonies of #BA63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63EA

Black with #BA63EA

Text Example


Text Example

White with #BA63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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