Html Css Color HEX #BA6AEA Medium Orchid

📋 copy color: '#BA6AEA'

red 186 ◦ green 106 ◦ blue 234

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

Shades of Medium Orchid #BA6AEA

Tints of Medium Orchid #BA6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.15%

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

R = 35.36%
G = 20.15%
B = 44.49%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA6AEA (or 0xBA6AEA) is known color: Medium Orchid. HEX triplet: BA, 6A and EA. RGB value is (186,106,234). Sum of RGB (Red+Green+Blue) = 186+106+234=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA6AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AEA is #459515. Grayscale: #909090. Windows color (decimal): -4560150 or 15362746. OLE color: 15362746.

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

Color convert

RGB 186 106 234 -
CMYK 0.21 0.55 0 0.08
HSL 277.5º 0.75% 0.67% -
HSV(B) 277.5º 0.55% 0.92% -
XYZ 40.26 26.69 80.87 -
YUV 144.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 186 106 234 0.21 0.55 0 0.08 277.5 0.75 0.67
Hex BA 6A EA 15 37 0 8 116 4B 43
Octal 272 152 352 25 67 0 10 426 113 103
Binary 10111010 1101010 11101010 10101 110111 0 1000 100010110 1001011 1000011

Color Harmonies of #BA6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AEA

Black with #BA6AEA

Text Example


Text Example

White with #BA6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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