Html Css Color HEX #BA5CC7 Medium Orchid

📋 copy color: '#BA5CC7'

red 186 ◦ green 92 ◦ blue 199

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

Shades of Medium Orchid #BA5CC7

Tints of Medium Orchid #BA5CC7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 199 (78.13% from 255) = 41.72%

R = 38.99%
G = 19.29%
B = 41.72%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA5CC7 (or 0xBA5CC7) is known color: Medium Orchid. HEX triplet: BA, 5C and C7. RGB value is (186,92,199). Sum of RGB (Red+Green+Blue) = 186+92+199=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA5CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC7 is #45A338. Grayscale: #838383. Windows color (decimal): -4563769 or 13065402. OLE color: 13065402.

HSL color Cylindrical-coordinate representation of color #BA5CC7: hue angle of 292.71º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5CC7 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 92 199 -
CMYK 0.07 0.54 0 0.22
HSL 292.71º 0.49% 0.57% -
HSV(B) 292.71º 0.54% 0.78% -
XYZ 34.39 22.22 56.51 -
YUV 132.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 186 92 199 0.07 0.54 0 0.22 292.71 0.49 0.57
Hex BA 5C C7 7 36 0 16 125 31 39
Octal 272 134 307 7 66 0 26 445 61 71
Binary 10111010 1011100 11000111 111 110110 0 10110 100100101 110001 111001

Color Harmonies of #BA5CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CC7

Black with #BA5CC7

Text Example


Text Example

White with #BA5CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CC7; }

 p { color: rgb(186,92,199); }

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

background-color css

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

 a { background-color: rgb(186,92,199); }

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

border-color css

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

 span { border-color: rgb(186,92,199); }

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