Html Css Color HEX #BA6AEE Medium Orchid

📋 copy color: '#BA6AEE'

red 186 ◦ green 106 ◦ blue 238

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

Shades of Medium Orchid #BA6AEE

Tints of Medium Orchid #BA6AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 35.09%
G = 20%
B = 44.91%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6AEE (or 0xBA6AEE) is known color: Medium Orchid. HEX triplet: BA, 6A and EE. RGB value is (186,106,238). Sum of RGB (Red+Green+Blue) = 186+106+238=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AEE is #459511. Grayscale: #909090. Windows color (decimal): -4560146 or 15624890. OLE color: 15624890.

HSL color Cylindrical-coordinate representation of color #BA6AEE: hue angle of 276.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6AEE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 106 238 -
CMYK 0.22 0.55 0 0.07
HSL 276.36º 0.8% 0.67% -
HSV(B) 276.36º 0.55% 0.93% -
XYZ 40.84 26.92 83.93 -
YUV 144.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 186 106 238 0.22 0.55 0 0.07 276.36 0.8 0.67
Hex BA 6A EE 16 37 0 7 114 50 43
Octal 272 152 356 26 67 0 7 424 120 103
Binary 10111010 1101010 11101110 10110 110111 0 111 100010100 1010000 1000011

Color Harmonies of #BA6AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AEE

Black with #BA6AEE

Text Example


Text Example

White with #BA6AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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