Html Css Color HEX #BA3DFC Medium Orchid

📋 copy color: '#BA3DFC'

red 186 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #BA3DFC

Tints of Medium Orchid #BA3DFC

RGB

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

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

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

R = 37.27%
G = 12.22%
B = 50.5%

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

#BA3DFC (or 0xBA3DFC) is known color: Medium Orchid. HEX triplet: BA, 3D and FC. RGB value is (186,61,252). Sum of RGB (Red+Green+Blue) = 186+61+252=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DFC is #45C203. Grayscale: #777777. Windows color (decimal): -4571652 or 16530874. OLE color: 16530874.

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

Color convert

RGB 186 61 252 -
CMYK 0.26 0.76 0 0.01
HSL 279.27º 0.97% 0.61% -
HSV(B) 279.27º 0.76% 0.99% -
XYZ 39.49 20.8 94.03 -
YUV 120.15 202.41 174.97 -
System Red Green Blue C M Y K H S L
Decimal 186 61 252 0.26 0.76 0 0.01 279.27 0.97 0.61
Hex BA 3D FC 1A 4C 0 1 117 61 3D
Octal 272 75 374 32 114 0 1 427 141 75
Binary 10111010 111101 11111100 11010 1001100 0 1 100010111 1100001 111101

Color Harmonies of #BA3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DFC

Black with #BA3DFC

Text Example


Text Example

White with #BA3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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