Html Css Color HEX #BA5FCD Medium Orchid

📋 copy color: '#BA5FCD'

red 186 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #BA5FCD

Tints of Medium Orchid #BA5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 38.27%
G = 19.55%
B = 42.18%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA5FCD (or 0xBA5FCD) is known color: Medium Orchid. HEX triplet: BA, 5F and CD. RGB value is (186,95,205). Sum of RGB (Red+Green+Blue) = 186+95+205=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCD is #45A032. Grayscale: #868686. Windows color (decimal): -4562995 or 13459386. OLE color: 13459386.

HSL color Cylindrical-coordinate representation of color #BA5FCD: hue angle of 289.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5FCD is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 95 205 -
CMYK 0.09 0.54 0 0.20
HSL 289.64º 0.52% 0.59% -
HSV(B) 289.64º 0.54% 0.8% -
XYZ 35.36 23.03 60.34 -
YUV 134.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 186 95 205 0.09 0.54 0 0.20 289.64 0.52 0.59
Hex BA 5F CD 9 36 0 14 122 34 3B
Octal 272 137 315 11 66 0 24 442 64 73
Binary 10111010 1011111 11001101 1001 110110 0 10100 100100010 110100 111011

Color Harmonies of #BA5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FCD

Black with #BA5FCD

Text Example


Text Example

White with #BA5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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