Html Css Color HEX #BA3DF0 Medium Orchid

📋 copy color: '#BA3DF0'

red 186 ◦ green 61 ◦ blue 240

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

Shades of Medium Orchid #BA3DF0

Tints of Medium Orchid #BA3DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 38.19%
G = 12.53%
B = 49.28%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA3DF0 (or 0xBA3DF0) is known color: Medium Orchid. HEX triplet: BA, 3D and F0. RGB value is (186,61,240). Sum of RGB (Red+Green+Blue) = 186+61+240=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA3DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DF0 is #45C20F. Grayscale: #767676. Windows color (decimal): -4571664 or 15744442. OLE color: 15744442.

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

Color convert

RGB 186 61 240 -
CMYK 0.22 0.75 0 0.06
HSL 281.9º 0.86% 0.59% -
HSV(B) 281.9º 0.75% 0.94% -
XYZ 37.65 20.07 84.33 -
YUV 118.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 186 61 240 0.22 0.75 0 0.06 281.9 0.86 0.59
Hex BA 3D F0 16 4B 0 6 11A 56 3B
Octal 272 75 360 26 113 0 6 432 126 73
Binary 10111010 111101 11110000 10110 1001011 0 110 100011010 1010110 111011

Color Harmonies of #BA3DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DF0

Black with #BA3DF0

Text Example


Text Example

White with #BA3DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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