Html Css Color HEX #BA74E9 Medium Orchid

📋 copy color: '#BA74E9'

red 186 ◦ green 116 ◦ blue 233

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

Shades of Medium Orchid #BA74E9

Tints of Medium Orchid #BA74E9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

 BLUE value IS 233 (91.41% from 255) = 43.55%

R = 34.77%
G = 21.68%
B = 43.55%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA74E9 (or 0xBA74E9) is known color: Medium Orchid. HEX triplet: BA, 74 and E9. RGB value is (186,116,233). Sum of RGB (Red+Green+Blue) = 186+116+233=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74E9 is #458B16. Grayscale: #959595. Windows color (decimal): -4557591 or 15299770. OLE color: 15299770.

HSL color Cylindrical-coordinate representation of color #BA74E9: hue angle of 275.9º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA74E9 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 116 233 -
CMYK 0.20 0.50 0 0.09
HSL 275.9º 0.73% 0.68% -
HSV(B) 275.9º 0.5% 0.91% -
XYZ 41.2 28.81 80.48 -
YUV 150.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 186 116 233 0.20 0.50 0 0.09 275.9 0.73 0.68
Hex BA 74 E9 14 32 0 9 114 49 44
Octal 272 164 351 24 62 0 11 424 111 104
Binary 10111010 1110100 11101001 10100 110010 0 1001 100010100 1001001 1000100

Color Harmonies of #BA74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74E9

Black with #BA74E9

Text Example


Text Example

White with #BA74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74E9; }

 p { color: rgb(186,116,233); }

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

background-color css

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

 a { background-color: rgb(186,116,233); }

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

border-color css

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

 span { border-color: rgb(186,116,233); }

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