Html Css Color HEX #BA3FFD Medium Orchid

📋 copy color: '#BA3FFD'

red 186 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #BA3FFD

Tints of Medium Orchid #BA3FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 37.05%
G = 12.55%
B = 50.4%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA3FFD (or 0xBA3FFD) is known color: Medium Orchid. HEX triplet: BA, 3F and FD. RGB value is (186,63,253). Sum of RGB (Red+Green+Blue) = 186+63+253=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFD is #45C002. Grayscale: #787878. Windows color (decimal): -4571139 or 16596922. OLE color: 16596922.

HSL color Cylindrical-coordinate representation of color #BA3FFD: hue angle of 278.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FFD is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 63 253 -
CMYK 0.26 0.75 0 0.01
HSL 278.84º 0.98% 0.62% -
HSV(B) 278.84º 0.75% 0.99% -
XYZ 39.76 21.09 94.9 -
YUV 121.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 186 63 253 0.26 0.75 0 0.01 278.84 0.98 0.62
Hex BA 3F FD 1A 4B 0 1 117 62 3E
Octal 272 77 375 32 113 0 1 427 142 76
Binary 10111010 111111 11111101 11010 1001011 0 1 100010111 1100010 111110

Color Harmonies of #BA3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FFD

Black with #BA3FFD

Text Example


Text Example

White with #BA3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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