Html Css Color HEX #BA58E8 Medium Orchid

📋 copy color: '#BA58E8'

red 186 ◦ green 88 ◦ blue 232

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

Shades of Medium Orchid #BA58E8

Tints of Medium Orchid #BA58E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 36.76%
G = 17.39%
B = 45.85%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA58E8 (or 0xBA58E8) is known color: Medium Orchid. HEX triplet: BA, 58 and E8. RGB value is (186,88,232). Sum of RGB (Red+Green+Blue) = 186+88+232=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA58E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58E8 is #45A717. Grayscale: #858585. Windows color (decimal): -4564760 or 15227066. OLE color: 15227066.

HSL color Cylindrical-coordinate representation of color #BA58E8: hue angle of 280.83º degrees, saturation: 0.76, 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 #BA58E8 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 88 232 -
CMYK 0.20 0.62 0 0.09
HSL 280.83º 0.76% 0.63% -
HSV(B) 280.83º 0.62% 0.91% -
XYZ 38.3 23.24 78.81 -
YUV 133.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 186 88 232 0.20 0.62 0 0.09 280.83 0.76 0.63
Hex BA 58 E8 14 3E 0 9 119 4C 3F
Octal 272 130 350 24 76 0 11 431 114 77
Binary 10111010 1011000 11101000 10100 111110 0 1001 100011001 1001100 111111

Color Harmonies of #BA58E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58E8

Black with #BA58E8

Text Example


Text Example

White with #BA58E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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