Html Css Color HEX #BA61E4 Medium Orchid

📋 copy color: '#BA61E4'

red 186 ◦ green 97 ◦ blue 228

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

Shades of Medium Orchid #BA61E4

Tints of Medium Orchid #BA61E4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

 BLUE value IS 228 (89.45% from 255) = 44.62%

R = 36.4%
G = 18.98%
B = 44.62%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA61E4 (or 0xBA61E4) is known color: Medium Orchid. HEX triplet: BA, 61 and E4. RGB value is (186,97,228). Sum of RGB (Red+Green+Blue) = 186+97+228=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA61E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61E4 is #459E1B. Grayscale: #8A8A8A. Windows color (decimal): -4562460 or 14967226. OLE color: 14967226.

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

Color convert

RGB 186 97 228 -
CMYK 0.18 0.57 0 0.11
HSL 280.76º 0.71% 0.64% -
HSV(B) 280.76º 0.57% 0.89% -
XYZ 38.53 24.59 76.11 -
YUV 138.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 186 97 228 0.18 0.57 0 0.11 280.76 0.71 0.64
Hex BA 61 E4 12 39 0 B 119 47 40
Octal 272 141 344 22 71 0 13 431 107 100
Binary 10111010 1100001 11100100 10010 111001 0 1011 100011001 1000111 1000000

Color Harmonies of #BA61E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61E4

Black with #BA61E4

Text Example


Text Example

White with #BA61E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61E4; }

 p { color: rgb(186,97,228); }

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

background-color css

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

 a { background-color: rgb(186,97,228); }

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

border-color css

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

 span { border-color: rgb(186,97,228); }

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