Html Css Color HEX #BA3FF7 Medium Orchid

📋 copy color: '#BA3FF7'

red 186 ◦ green 63 ◦ blue 247

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

Shades of Medium Orchid #BA3FF7

Tints of Medium Orchid #BA3FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.8%

R = 37.5%
G = 12.7%
B = 49.8%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA3FF7 (or 0xBA3FF7) is known color: Medium Orchid. HEX triplet: BA, 3F and F7. RGB value is (186,63,247). Sum of RGB (Red+Green+Blue) = 186+63+247=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA3FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF7 is #45C008. Grayscale: #787878. Windows color (decimal): -4571145 or 16203706. OLE color: 16203706.

HSL color Cylindrical-coordinate representation of color #BA3FF7: hue angle of 280.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3FF7 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 63 247 -
CMYK 0.25 0.74 0 0.03
HSL 280.11º 0.92% 0.61% -
HSV(B) 280.11º 0.74% 0.97% -
XYZ 38.82 20.71 89.95 -
YUV 120.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 186 63 247 0.25 0.74 0 0.03 280.11 0.92 0.61
Hex BA 3F F7 19 4A 0 3 118 5C 3D
Octal 272 77 367 31 112 0 3 430 134 75
Binary 10111010 111111 11110111 11001 1001010 0 11 100011000 1011100 111101

Color Harmonies of #BA3FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FF7

Black with #BA3FF7

Text Example


Text Example

White with #BA3FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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