Html Css Color HEX #BA3DFD Medium Orchid

📋 copy color: '#BA3DFD'

red 186 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #BA3DFD

Tints of Medium Orchid #BA3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

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

R = 37.2%
G = 12.2%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA3DFD (or 0xBA3DFD) is known color: Medium Orchid. HEX triplet: BA, 3D and FD. RGB value is (186,61,253). Sum of RGB (Red+Green+Blue) = 186+61+253=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DFD is #45C202. Grayscale: #777777. Windows color (decimal): -4571651 or 16596410. OLE color: 16596410.

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

Color convert

RGB 186 61 253 -
CMYK 0.26 0.76 0 0.01
HSL 279.06º 0.98% 0.62% -
HSV(B) 279.06º 0.76% 0.99% -
XYZ 39.65 20.87 94.87 -
YUV 120.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 186 61 253 0.26 0.76 0 0.01 279.06 0.98 0.62
Hex BA 3D FD 1A 4C 0 1 117 62 3E
Octal 272 75 375 32 114 0 1 427 142 76
Binary 10111010 111101 11111101 11010 1001100 0 1 100010111 1100010 111110

Color Harmonies of #BA3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DFD

Black with #BA3DFD

Text Example


Text Example

White with #BA3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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