Html Css Color HEX #BA50EB Medium Orchid

📋 copy color: '#BA50EB'

red 186 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #BA50EB

Tints of Medium Orchid #BA50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.97%

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

R = 37.13%
G = 15.97%
B = 46.91%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA50EB (or 0xBA50EB) is known color: Medium Orchid. HEX triplet: BA, 50 and EB. RGB value is (186,80,235). Sum of RGB (Red+Green+Blue) = 186+80+235=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50EB is #45AF14. Grayscale: #808080. Windows color (decimal): -4566805 or 15421626. OLE color: 15421626.

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

Color convert

RGB 186 80 235 -
CMYK 0.21 0.66 0 0.08
HSL 281.03º 0.79% 0.62% -
HSV(B) 281.03º 0.66% 0.92% -
XYZ 38.11 22.17 80.87 -
YUV 129.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 186 80 235 0.21 0.66 0 0.08 281.03 0.79 0.62
Hex BA 50 EB 15 42 0 8 119 4F 3E
Octal 272 120 353 25 102 0 10 431 117 76
Binary 10111010 1010000 11101011 10101 1000010 0 1000 100011001 1001111 111110

Color Harmonies of #BA50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50EB

Black with #BA50EB

Text Example


Text Example

White with #BA50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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