Html Css Color HEX #BA4AEB Medium Orchid

📋 copy color: '#BA4AEB'

red 186 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #BA4AEB

Tints of Medium Orchid #BA4AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 37.58%
G = 14.95%
B = 47.47%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA4AEB (or 0xBA4AEB) is known color: Medium Orchid. HEX triplet: BA, 4A and EB. RGB value is (186,74,235). Sum of RGB (Red+Green+Blue) = 186+74+235=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AEB is #45B514. Grayscale: #7D7D7D. Windows color (decimal): -4568341 or 15420090. OLE color: 15420090.

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

Color convert

RGB 186 74 235 -
CMYK 0.21 0.69 0 0.08
HSL 281.74º 0.8% 0.61% -
HSV(B) 281.74º 0.69% 0.92% -
XYZ 37.69 21.33 80.73 -
YUV 125.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 186 74 235 0.21 0.69 0 0.08 281.74 0.8 0.61
Hex BA 4A EB 15 45 0 8 11A 50 3D
Octal 272 112 353 25 105 0 10 432 120 75
Binary 10111010 1001010 11101011 10101 1000101 0 1000 100011010 1010000 111101

Color Harmonies of #BA4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AEB

Black with #BA4AEB

Text Example


Text Example

White with #BA4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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