Html Css Color HEX #BA41FD Medium Orchid

📋 copy color: '#BA41FD'

red 186 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #BA41FD

Tints of Medium Orchid #BA41FD

RGB

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

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

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

R = 36.9%
G = 12.9%
B = 50.2%

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

#BA41FD (or 0xBA41FD) is known color: Medium Orchid. HEX triplet: BA, 41 and FD. RGB value is (186,65,253). Sum of RGB (Red+Green+Blue) = 186+65+253=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FD is #45BE02. Grayscale: #797979. Windows color (decimal): -4570627 or 16597434. OLE color: 16597434.

HSL color Cylindrical-coordinate representation of color #BA41FD: hue angle of 278.62º degrees, saturation: 0.98, 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 #BA41FD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 65 253 -
CMYK 0.26 0.74 0 0.01
HSL 278.62º 0.98% 0.62% -
HSV(B) 278.62º 0.74% 0.99% -
XYZ 39.87 21.31 94.94 -
YUV 122.61 201.59 173.21 -
System Red Green Blue C M Y K H S L
Decimal 186 65 253 0.26 0.74 0 0.01 278.62 0.98 0.62
Hex BA 41 FD 1A 4A 0 1 117 62 3E
Octal 272 101 375 32 112 0 1 427 142 76
Binary 10111010 1000001 11111101 11010 1001010 0 1 100010111 1100010 111110

Color Harmonies of #BA41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41FD

Black with #BA41FD

Text Example


Text Example

White with #BA41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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