Html Css Color HEX #BA68D6 Medium Orchid

📋 copy color: '#BA68D6'

red 186 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #BA68D6

Tints of Medium Orchid #BA68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.46%

R = 36.9%
G = 20.63%
B = 42.46%

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

#BA68D6 (or 0xBA68D6) is known color: Medium Orchid. HEX triplet: BA, 68 and D6. RGB value is (186,104,214). Sum of RGB (Red+Green+Blue) = 186+104+214=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D6 is #459729. Grayscale: #8C8C8C. Windows color (decimal): -4560682 or 14051514. OLE color: 14051514.

HSL color Cylindrical-coordinate representation of color #BA68D6: hue angle of 284.73º degrees, saturation: 0.57, 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 #BA68D6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 104 214 -
CMYK 0.13 0.51 0 0.16
HSL 284.73º 0.57% 0.62% -
HSV(B) 284.73º 0.51% 0.84% -
XYZ 37.34 25.19 66.51 -
YUV 141.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 186 104 214 0.13 0.51 0 0.16 284.73 0.57 0.62
Hex BA 68 D6 D 33 0 10 11D 39 3E
Octal 272 150 326 15 63 0 20 435 71 76
Binary 10111010 1101000 11010110 1101 110011 0 10000 100011101 111001 111110

Color Harmonies of #BA68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68D6

Black with #BA68D6

Text Example


Text Example

White with #BA68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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