Html Css Color HEX #BA68EA Medium Orchid

📋 copy color: '#BA68EA'

red 186 ◦ green 104 ◦ blue 234

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

Shades of Medium Orchid #BA68EA

Tints of Medium Orchid #BA68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 35.5%
G = 19.85%
B = 44.66%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA68EA (or 0xBA68EA) is known color: Medium Orchid. HEX triplet: BA, 68 and EA. RGB value is (186,104,234). Sum of RGB (Red+Green+Blue) = 186+104+234=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68EA is #459715. Grayscale: #8E8E8E. Windows color (decimal): -4560662 or 15362234. OLE color: 15362234.

HSL color Cylindrical-coordinate representation of color #BA68EA: hue angle of 277.85º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA68EA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 104 234 -
CMYK 0.21 0.56 0 0.08
HSL 277.85º 0.76% 0.66% -
HSV(B) 277.85º 0.56% 0.92% -
XYZ 40.05 26.28 80.8 -
YUV 143.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 186 104 234 0.21 0.56 0 0.08 277.85 0.76 0.66
Hex BA 68 EA 15 38 0 8 116 4C 42
Octal 272 150 352 25 70 0 10 426 114 102
Binary 10111010 1101000 11101010 10101 111000 0 1000 100010110 1001100 1000010

Color Harmonies of #BA68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68EA

Black with #BA68EA

Text Example


Text Example

White with #BA68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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