Html Css Color HEX #BA3FFE Medium Orchid

📋 copy color: '#BA3FFE'

red 186 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #BA3FFE

Tints of Medium Orchid #BA3FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 36.98%
G = 12.52%
B = 50.5%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA3FFE (or 0xBA3FFE) is known color: Medium Orchid. HEX triplet: BA, 3F and FE. RGB value is (186,63,254). Sum of RGB (Red+Green+Blue) = 186+63+254=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFE is #45C001. Grayscale: #787878. Windows color (decimal): -4571138 or 16662458. OLE color: 16662458.

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

Color convert

RGB 186 63 254 -
CMYK 0.27 0.75 0 0.00
HSL 278.64º 0.99% 0.62% -
HSV(B) 278.64º 0.75% 1% -
XYZ 39.92 21.15 95.74 -
YUV 121.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 186 63 254 0.27 0.75 0 0.00 278.64 0.99 0.62
Hex BA 3F FE 1B 4B 0 0 117 63 3E
Octal 272 77 376 33 113 0 0 427 143 76
Binary 10111010 111111 11111110 11011 1001011 0 0 100010111 1100011 111110

Color Harmonies of #BA3FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FFE

Black with #BA3FFE

Text Example


Text Example

White with #BA3FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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