Html Css Color HEX #BA3EFF Medium Orchid

📋 copy color: '#BA3EFF'

red 186 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #BA3EFF

Tints of Medium Orchid #BA3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.33%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 36.98%
G = 12.33%
B = 50.7%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA3EFF (or 0xBA3EFF) is known color: Medium Orchid. HEX triplet: BA, 3E and FF. RGB value is (186,62,255). Sum of RGB (Red+Green+Blue) = 186+62+255=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EFF is #45C100. Grayscale: #787878. Windows color (decimal): -4571393 or 16727738. OLE color: 16727738.

HSL color Cylindrical-coordinate representation of color #BA3EFF: hue angle of 278.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3EFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 62 255 -
CMYK 0.27 0.76 0 0
HSL 278.55º 1% 0.62% -
HSV(B) 278.55º 0.76% 1% -
XYZ 40.02 21.1 96.57 -
YUV 121.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 186 62 255 0.27 0.76 0 0 278.55 1 0.62
Hex BA 3E FF 1B 4C 0 0 117 64 3E
Octal 272 76 377 33 114 0 0 427 144 76
Binary 10111010 111110 11111111 11011 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BA3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EFF

Black with #BA3EFF

Text Example


Text Example

White with #BA3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EFF; }

 p { color: rgb(186,62,255); }

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

background-color css

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

 a { background-color: rgb(186,62,255); }

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

border-color css

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

 span { border-color: rgb(186,62,255); }

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