Html Css Color HEX #BA5FEE Medium Orchid

📋 copy color: '#BA5FEE'

red 186 ◦ green 95 ◦ blue 238

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

Shades of Medium Orchid #BA5FEE

Tints of Medium Orchid #BA5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 35.84%
G = 18.3%
B = 45.86%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA5FEE (or 0xBA5FEE) is known color: Medium Orchid. HEX triplet: BA, 5F and EE. RGB value is (186,95,238). Sum of RGB (Red+Green+Blue) = 186+95+238=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FEE is #45A011. Grayscale: #8A8A8A. Windows color (decimal): -4562962 or 15622074. OLE color: 15622074.

HSL color Cylindrical-coordinate representation of color #BA5FEE: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FEE is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 95 238 -
CMYK 0.22 0.60 0 0.07
HSL 278.18º 0.81% 0.65% -
HSV(B) 278.18º 0.6% 0.93% -
XYZ 39.77 24.8 83.58 -
YUV 138.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 186 95 238 0.22 0.60 0 0.07 278.18 0.81 0.65
Hex BA 5F EE 16 3C 0 7 116 51 41
Octal 272 137 356 26 74 0 7 426 121 101
Binary 10111010 1011111 11101110 10110 111100 0 111 100010110 1010001 1000001

Color Harmonies of #BA5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FEE

Black with #BA5FEE

Text Example


Text Example

White with #BA5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FEE; }

 p { color: rgb(186,95,238); }

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

background-color css

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

 a { background-color: rgb(186,95,238); }

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

border-color css

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

 span { border-color: rgb(186,95,238); }

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