Html Css Color HEX #BA58E7 Medium Orchid

📋 copy color: '#BA58E7'

red 186 ◦ green 88 ◦ blue 231

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

Shades of Medium Orchid #BA58E7

Tints of Medium Orchid #BA58E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.74%

R = 36.83%
G = 17.43%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA58E7 (or 0xBA58E7) is known color: Medium Orchid. HEX triplet: BA, 58 and E7. RGB value is (186,88,231). Sum of RGB (Red+Green+Blue) = 186+88+231=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA58E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58E7 is #45A718. Grayscale: #858585. Windows color (decimal): -4564761 or 15161530. OLE color: 15161530.

HSL color Cylindrical-coordinate representation of color #BA58E7: hue angle of 281.12º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA58E7 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 88 231 -
CMYK 0.19 0.62 0 0.09
HSL 281.12º 0.75% 0.63% -
HSV(B) 281.12º 0.62% 0.91% -
XYZ 38.16 23.19 78.07 -
YUV 133.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 186 88 231 0.19 0.62 0 0.09 281.12 0.75 0.63
Hex BA 58 E7 13 3E 0 9 119 4B 3F
Octal 272 130 347 23 76 0 11 431 113 77
Binary 10111010 1011000 11100111 10011 111110 0 1001 100011001 1001011 111111

Color Harmonies of #BA58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58E7

Black with #BA58E7

Text Example


Text Example

White with #BA58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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