Html Css Color HEX #BA68E8 Medium Orchid

📋 copy color: '#BA68E8'

red 186 ◦ green 104 ◦ blue 232

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

Shades of Medium Orchid #BA68E8

Tints of Medium Orchid #BA68E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 35.63%
G = 19.92%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA68E8 (or 0xBA68E8) is known color: Medium Orchid. HEX triplet: BA, 68 and E8. RGB value is (186,104,232). Sum of RGB (Red+Green+Blue) = 186+104+232=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68E8 is #459717. Grayscale: #8E8E8E. Windows color (decimal): -4560664 or 15231162. OLE color: 15231162.

HSL color Cylindrical-coordinate representation of color #BA68E8: hue angle of 278.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA68E8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 104 232 -
CMYK 0.20 0.55 0 0.09
HSL 278.44º 0.74% 0.66% -
HSV(B) 278.44º 0.55% 0.91% -
XYZ 39.77 26.17 79.3 -
YUV 143.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 186 104 232 0.20 0.55 0 0.09 278.44 0.74 0.66
Hex BA 68 E8 14 37 0 9 116 4A 42
Octal 272 150 350 24 67 0 11 426 112 102
Binary 10111010 1101000 11101000 10100 110111 0 1001 100010110 1001010 1000010

Color Harmonies of #BA68E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68E8

Black with #BA68E8

Text Example


Text Example

White with #BA68E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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