Html Css Color HEX #BA50F0 Medium Orchid

📋 copy color: '#BA50F0'

red 186 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #BA50F0

Tints of Medium Orchid #BA50F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 36.76%
G = 15.81%
B = 47.43%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA50F0 (or 0xBA50F0) is known color: Medium Orchid. HEX triplet: BA, 50 and F0. RGB value is (186,80,240). Sum of RGB (Red+Green+Blue) = 186+80+240=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50F0 is #45AF0F. Grayscale: #818181. Windows color (decimal): -4566800 or 15749306. OLE color: 15749306.

HSL color Cylindrical-coordinate representation of color #BA50F0: hue angle of 279.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA50F0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 80 240 -
CMYK 0.22 0.67 0 0.06
HSL 279.75º 0.84% 0.63% -
HSV(B) 279.75º 0.67% 0.94% -
XYZ 38.85 22.47 84.73 -
YUV 129.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 186 80 240 0.22 0.67 0 0.06 279.75 0.84 0.63
Hex BA 50 F0 16 43 0 6 118 54 3F
Octal 272 120 360 26 103 0 6 430 124 77
Binary 10111010 1010000 11110000 10110 1000011 0 110 100011000 1010100 111111

Color Harmonies of #BA50F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50F0

Black with #BA50F0

Text Example


Text Example

White with #BA50F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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