Html Css Color HEX #BA5DDE Medium Orchid

📋 copy color: '#BA5DDE'

red 186 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #BA5DDE

Tints of Medium Orchid #BA5DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

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

R = 37.13%
G = 18.56%
B = 44.31%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA5DDE (or 0xBA5DDE) is known color: Medium Orchid. HEX triplet: BA, 5D and DE. RGB value is (186,93,222). Sum of RGB (Red+Green+Blue) = 186+93+222=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DDE is #45A221. Grayscale: #878787. Windows color (decimal): -4563490 or 14572986. OLE color: 14572986.

HSL color Cylindrical-coordinate representation of color #BA5DDE: hue angle of 283.26º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5DDE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 93 222 -
CMYK 0.16 0.58 0 0.13
HSL 283.26º 0.66% 0.62% -
HSV(B) 283.26º 0.58% 0.87% -
XYZ 37.35 23.54 71.68 -
YUV 135.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 186 93 222 0.16 0.58 0 0.13 283.26 0.66 0.62
Hex BA 5D DE 10 3A 0 D 11B 42 3E
Octal 272 135 336 20 72 0 15 433 102 76
Binary 10111010 1011101 11011110 10000 111010 0 1101 100011011 1000010 111110

Color Harmonies of #BA5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DDE

Black with #BA5DDE

Text Example


Text Example

White with #BA5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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