Html Css Color HEX #BA68D0 Medium Orchid

📋 copy color: '#BA68D0'

red 186 ◦ green 104 ◦ blue 208

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

Shades of Medium Orchid #BA68D0

Tints of Medium Orchid #BA68D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 37.35%
G = 20.88%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA68D0 (or 0xBA68D0) is known color: Medium Orchid. HEX triplet: BA, 68 and D0. RGB value is (186,104,208). Sum of RGB (Red+Green+Blue) = 186+104+208=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D0 is #45972F. Grayscale: #8C8C8C. Windows color (decimal): -4560688 or 13658298. OLE color: 13658298.

HSL color Cylindrical-coordinate representation of color #BA68D0: hue angle of 287.31º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA68D0 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 104 208 -
CMYK 0.11 0.5 0 0.18
HSL 287.31º 0.53% 0.61% -
HSV(B) 287.31º 0.5% 0.82% -
XYZ 36.59 24.89 62.55 -
YUV 140.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 186 104 208 0.11 0.5 0 0.18 287.31 0.53 0.61
Hex BA 68 D0 B 32 0 12 11F 35 3D
Octal 272 150 320 13 62 0 22 437 65 75
Binary 10111010 1101000 11010000 1011 110010 0 10010 100011111 110101 111101

Color Harmonies of #BA68D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68D0

Black with #BA68D0

Text Example


Text Example

White with #BA68D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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