Html Css Color HEX #BA3DFB Medium Orchid

📋 copy color: '#BA3DFB'

red 186 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #BA3DFB

Tints of Medium Orchid #BA3DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 37.35%
G = 12.25%
B = 50.4%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3DFB (or 0xBA3DFB) is known color: Medium Orchid. HEX triplet: BA, 3D and FB. RGB value is (186,61,251). Sum of RGB (Red+Green+Blue) = 186+61+251=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DFB is #45C204. Grayscale: #777777. Windows color (decimal): -4571653 or 16465338. OLE color: 16465338.

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

Color convert

RGB 186 61 251 -
CMYK 0.26 0.76 0 0.02
HSL 279.47º 0.96% 0.61% -
HSV(B) 279.47º 0.76% 0.98% -
XYZ 39.33 20.74 93.2 -
YUV 120.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 186 61 251 0.26 0.76 0 0.02 279.47 0.96 0.61
Hex BA 3D FB 1A 4C 0 2 117 60 3D
Octal 272 75 373 32 114 0 2 427 140 75
Binary 10111010 111101 11111011 11010 1001100 0 10 100010111 1100000 111101

Color Harmonies of #BA3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DFB

Black with #BA3DFB

Text Example


Text Example

White with #BA3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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