Html Css Color HEX #BA58DE Medium Orchid

📋 copy color: '#BA58DE'

red 186 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #BA58DE

Tints of Medium Orchid #BA58DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 37.5%
G = 17.74%
B = 44.76%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA58DE (or 0xBA58DE) is known color: Medium Orchid. HEX triplet: BA, 58 and DE. RGB value is (186,88,222). Sum of RGB (Red+Green+Blue) = 186+88+222=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA58DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58DE is #45A721. Grayscale: #848484. Windows color (decimal): -4564770 or 14571706. OLE color: 14571706.

HSL color Cylindrical-coordinate representation of color #BA58DE: hue angle of 283.88º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA58DE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 88 222 -
CMYK 0.16 0.60 0 0.13
HSL 283.88º 0.67% 0.61% -
HSV(B) 283.88º 0.6% 0.87% -
XYZ 36.92 22.69 71.54 -
YUV 132.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 186 88 222 0.16 0.60 0 0.13 283.88 0.67 0.61
Hex BA 58 DE 10 3C 0 D 11C 43 3D
Octal 272 130 336 20 74 0 15 434 103 75
Binary 10111010 1011000 11011110 10000 111100 0 1101 100011100 1000011 111101

Color Harmonies of #BA58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58DE

Black with #BA58DE

Text Example


Text Example

White with #BA58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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