Html Css Color HEX #BA41FC Medium Orchid

📋 copy color: '#BA41FC'

red 186 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #BA41FC

Tints of Medium Orchid #BA41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 36.98%
G = 12.92%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA41FC (or 0xBA41FC) is known color: Medium Orchid. HEX triplet: BA, 41 and FC. RGB value is (186,65,252). Sum of RGB (Red+Green+Blue) = 186+65+252=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FC is #45BE03. Grayscale: #797979. Windows color (decimal): -4570628 or 16531898. OLE color: 16531898.

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

Color convert

RGB 186 65 252 -
CMYK 0.26 0.74 0 0.01
HSL 278.82º 0.97% 0.62% -
HSV(B) 278.82º 0.74% 0.99% -
XYZ 39.71 21.25 94.1 -
YUV 122.5 201.09 173.29 -
System Red Green Blue C M Y K H S L
Decimal 186 65 252 0.26 0.74 0 0.01 278.82 0.97 0.62
Hex BA 41 FC 1A 4A 0 1 117 61 3E
Octal 272 101 374 32 112 0 1 427 141 76
Binary 10111010 1000001 11111100 11010 1001010 0 1 100010111 1100001 111110

Color Harmonies of #BA41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41FC

Black with #BA41FC

Text Example


Text Example

White with #BA41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41FC; }

 p { color: rgb(186,65,252); }

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

background-color css

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

 a { background-color: rgb(186,65,252); }

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

border-color css

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

 span { border-color: rgb(186,65,252); }

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