Html Css Color HEX #BA3EFD Medium Orchid

📋 copy color: '#BA3EFD'

red 186 ◦ green 62 ◦ blue 253

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

Shades of Medium Orchid #BA3EFD

Tints of Medium Orchid #BA3EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.38%

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

R = 37.13%
G = 12.38%
B = 50.5%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA3EFD (or 0xBA3EFD) is known color: Medium Orchid. HEX triplet: BA, 3E and FD. RGB value is (186,62,253). Sum of RGB (Red+Green+Blue) = 186+62+253=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EFD is #45C102. Grayscale: #787878. Windows color (decimal): -4571395 or 16596666. OLE color: 16596666.

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

Color convert

RGB 186 62 253 -
CMYK 0.26 0.75 0 0.01
HSL 278.95º 0.98% 0.62% -
HSV(B) 278.95º 0.75% 0.99% -
XYZ 39.7 20.98 94.88 -
YUV 120.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 186 62 253 0.26 0.75 0 0.01 278.95 0.98 0.62
Hex BA 3E FD 1A 4B 0 1 117 62 3E
Octal 272 76 375 32 113 0 1 427 142 76
Binary 10111010 111110 11111101 11010 1001011 0 1 100010111 1100010 111110

Color Harmonies of #BA3EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EFD

Black with #BA3EFD

Text Example


Text Example

White with #BA3EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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