Html Css Color HEX #BA68D5 Medium Orchid

📋 copy color: '#BA68D5'

red 186 ◦ green 104 ◦ blue 213

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

Shades of Medium Orchid #BA68D5

Tints of Medium Orchid #BA68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 36.98%
G = 20.68%
B = 42.35%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA68D5 (or 0xBA68D5) is known color: Medium Orchid. HEX triplet: BA, 68 and D5. RGB value is (186,104,213). Sum of RGB (Red+Green+Blue) = 186+104+213=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D5 is #45972A. Grayscale: #8C8C8C. Windows color (decimal): -4560683 or 13985978. OLE color: 13985978.

HSL color Cylindrical-coordinate representation of color #BA68D5: hue angle of 285.14º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA68D5 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 104 213 -
CMYK 0.13 0.51 0 0.16
HSL 285.14º 0.56% 0.62% -
HSV(B) 285.14º 0.51% 0.84% -
XYZ 37.21 25.14 65.84 -
YUV 140.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 186 104 213 0.13 0.51 0 0.16 285.14 0.56 0.62
Hex BA 68 D5 D 33 0 10 11D 38 3E
Octal 272 150 325 15 63 0 20 435 70 76
Binary 10111010 1101000 11010101 1101 110011 0 10000 100011101 111000 111110

Color Harmonies of #BA68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68D5

Black with #BA68D5

Text Example


Text Example

White with #BA68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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