Html Css Color HEX #BA3FF0 Medium Orchid

📋 copy color: '#BA3FF0'

red 186 ◦ green 63 ◦ blue 240

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

Shades of Medium Orchid #BA3FF0

Tints of Medium Orchid #BA3FF0

RGB

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

 GREEN value IS 63 (25% from 255) = 12.88%

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

R = 38.04%
G = 12.88%
B = 49.08%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA3FF0 (or 0xBA3FF0) is known color: Medium Orchid. HEX triplet: BA, 3F and F0. RGB value is (186,63,240). Sum of RGB (Red+Green+Blue) = 186+63+240=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA3FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF0 is #45C00F. Grayscale: #777777. Windows color (decimal): -4571152 or 15744954. OLE color: 15744954.

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

Color convert

RGB 186 63 240 -
CMYK 0.22 0.74 0 0.06
HSL 281.69º 0.86% 0.59% -
HSV(B) 281.69º 0.74% 0.94% -
XYZ 37.76 20.29 84.36 -
YUV 119.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 186 63 240 0.22 0.74 0 0.06 281.69 0.86 0.59
Hex BA 3F F0 16 4A 0 6 11A 56 3B
Octal 272 77 360 26 112 0 6 432 126 73
Binary 10111010 111111 11110000 10110 1001010 0 110 100011010 1010110 111011

Color Harmonies of #BA3FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FF0

Black with #BA3FF0

Text Example


Text Example

White with #BA3FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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