Html Css Color HEX #BA68E6 Medium Orchid

📋 copy color: '#BA68E6'

red 186 ◦ green 104 ◦ blue 230

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

Shades of Medium Orchid #BA68E6

Tints of Medium Orchid #BA68E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 35.77%
G = 20%
B = 44.23%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA68E6 (or 0xBA68E6) is known color: Medium Orchid. HEX triplet: BA, 68 and E6. RGB value is (186,104,230). Sum of RGB (Red+Green+Blue) = 186+104+230=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68E6 is #459719. Grayscale: #8E8E8E. Windows color (decimal): -4560666 or 15100090. OLE color: 15100090.

HSL color Cylindrical-coordinate representation of color #BA68E6: hue angle of 279.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA68E6 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 104 230 -
CMYK 0.19 0.55 0 0.10
HSL 279.05º 0.72% 0.65% -
HSV(B) 279.05º 0.55% 0.9% -
XYZ 39.48 26.05 77.81 -
YUV 142.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 186 104 230 0.19 0.55 0 0.10 279.05 0.72 0.65
Hex BA 68 E6 13 37 0 A 117 48 41
Octal 272 150 346 23 67 0 12 427 110 101
Binary 10111010 1101000 11100110 10011 110111 0 1010 100010111 1001000 1000001

Color Harmonies of #BA68E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68E6

Black with #BA68E6

Text Example


Text Example

White with #BA68E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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