Html Css Color HEX #BA4AED Medium Orchid

📋 copy color: '#BA4AED'

red 186 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #BA4AED

Tints of Medium Orchid #BA4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 37.42%
G = 14.89%
B = 47.69%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4AED (or 0xBA4AED) is known color: Medium Orchid. HEX triplet: BA, 4A and ED. RGB value is (186,74,237). Sum of RGB (Red+Green+Blue) = 186+74+237=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AED is #45B512. Grayscale: #7D7D7D. Windows color (decimal): -4568339 or 15551162. OLE color: 15551162.

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

Color convert

RGB 186 74 237 -
CMYK 0.22 0.69 0 0.07
HSL 281.23º 0.82% 0.61% -
HSV(B) 281.23º 0.69% 0.93% -
XYZ 37.98 21.45 82.26 -
YUV 126.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 186 74 237 0.22 0.69 0 0.07 281.23 0.82 0.61
Hex BA 4A ED 16 45 0 7 119 52 3D
Octal 272 112 355 26 105 0 7 431 122 75
Binary 10111010 1001010 11101101 10110 1000101 0 111 100011001 1010010 111101

Color Harmonies of #BA4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AED

Black with #BA4AED

Text Example


Text Example

White with #BA4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AED; }

 p { color: rgb(186,74,237); }

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

background-color css

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

 a { background-color: rgb(186,74,237); }

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

border-color css

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

 span { border-color: rgb(186,74,237); }

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