Html Css Color HEX #BA58E4 Medium Orchid

📋 copy color: '#BA58E4'

red 186 ◦ green 88 ◦ blue 228

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

Shades of Medium Orchid #BA58E4

Tints of Medium Orchid #BA58E4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.53%

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

R = 37.05%
G = 17.53%
B = 45.42%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA58E4 (or 0xBA58E4) is known color: Medium Orchid. HEX triplet: BA, 58 and E4. RGB value is (186,88,228). Sum of RGB (Red+Green+Blue) = 186+88+228=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA58E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58E4 is #45A71B. Grayscale: #848484. Windows color (decimal): -4564764 or 14964922. OLE color: 14964922.

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

Color convert

RGB 186 88 228 -
CMYK 0.18 0.61 0 0.11
HSL 282º 0.72% 0.62% -
HSV(B) 282º 0.61% 0.89% -
XYZ 37.74 23.02 75.85 -
YUV 133.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 186 88 228 0.18 0.61 0 0.11 282 0.72 0.62
Hex BA 58 E4 12 3D 0 B 11A 48 3E
Octal 272 130 344 22 75 0 13 432 110 76
Binary 10111010 1011000 11100100 10010 111101 0 1011 100011010 1001000 111110

Color Harmonies of #BA58E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58E4

Black with #BA58E4

Text Example


Text Example

White with #BA58E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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