Html Css Color HEX #BA5FCF Medium Orchid

📋 copy color: '#BA5FCF'

red 186 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #BA5FCF

Tints of Medium Orchid #BA5FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 38.11%
G = 19.47%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA5FCF (or 0xBA5FCF) is known color: Medium Orchid. HEX triplet: BA, 5F and CF. RGB value is (186,95,207). Sum of RGB (Red+Green+Blue) = 186+95+207=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA5FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCF is #45A030. Grayscale: #868686. Windows color (decimal): -4562993 or 13590458. OLE color: 13590458.

HSL color Cylindrical-coordinate representation of color #BA5FCF: hue angle of 288.75º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5FCF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 95 207 -
CMYK 0.10 0.54 0 0.19
HSL 288.75º 0.54% 0.59% -
HSV(B) 288.75º 0.54% 0.81% -
XYZ 35.6 23.13 61.62 -
YUV 134.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 186 95 207 0.10 0.54 0 0.19 288.75 0.54 0.59
Hex BA 5F CF A 36 0 13 121 36 3B
Octal 272 137 317 12 66 0 23 441 66 73
Binary 10111010 1011111 11001111 1010 110110 0 10011 100100001 110110 111011

Color Harmonies of #BA5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FCF

Black with #BA5FCF

Text Example


Text Example

White with #BA5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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