Html Css Color HEX #BA68C7 Medium Orchid

📋 copy color: '#BA68C7'

red 186 ◦ green 104 ◦ blue 199

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

Shades of Medium Orchid #BA68C7

Tints of Medium Orchid #BA68C7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

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

R = 38.04%
G = 21.27%
B = 40.7%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA68C7 (or 0xBA68C7) is known color: Medium Orchid. HEX triplet: BA, 68 and C7. RGB value is (186,104,199). Sum of RGB (Red+Green+Blue) = 186+104+199=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C7 is #459738. Grayscale: #8B8B8B. Windows color (decimal): -4560697 or 13068474. OLE color: 13068474.

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

Color convert

RGB 186 104 199 -
CMYK 0.07 0.48 0 0.22
HSL 291.79º 0.46% 0.59% -
HSV(B) 291.79º 0.48% 0.78% -
XYZ 35.51 24.46 56.88 -
YUV 139.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 186 104 199 0.07 0.48 0 0.22 291.79 0.46 0.59
Hex BA 68 C7 7 30 0 16 124 2E 3B
Octal 272 150 307 7 60 0 26 444 56 73
Binary 10111010 1101000 11000111 111 110000 0 10110 100100100 101110 111011

Color Harmonies of #BA68C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68C7

Black with #BA68C7

Text Example


Text Example

White with #BA68C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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