Html Css Color HEX #BA3CFF Medium Orchid

📋 copy color: '#BA3CFF'

red 186 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #BA3CFF

Tints of Medium Orchid #BA3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.98%

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

R = 37.13%
G = 11.98%
B = 50.9%

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

#BA3CFF (or 0xBA3CFF) is known color: Medium Orchid. HEX triplet: BA, 3C and FF. RGB value is (186,60,255). Sum of RGB (Red+Green+Blue) = 186+60+255=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFF is #45C300. Grayscale: #777777. Windows color (decimal): -4571905 or 16727226. OLE color: 16727226.

HSL color Cylindrical-coordinate representation of color #BA3CFF: hue angle of 278.77º 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 #BA3CFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 60 255 -
CMYK 0.27 0.76 0 0
HSL 278.77º 1% 0.62% -
HSV(B) 278.77º 0.76% 1% -
XYZ 39.92 20.89 96.54 -
YUV 119.9 204.24 175.14 -
System Red Green Blue C M Y K H S L
Decimal 186 60 255 0.27 0.76 0 0 278.77 1 0.62
Hex BA 3C FF 1B 4C 0 0 117 64 3E
Octal 272 74 377 33 114 0 0 427 144 76
Binary 10111010 111100 11111111 11011 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BA3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CFF

Black with #BA3CFF

Text Example


Text Example

White with #BA3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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