Html Css Color HEX #BA3FD4 Medium Orchid

📋 copy color: '#BA3FD4'

red 186 ◦ green 63 ◦ blue 212

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

Shades of Medium Orchid #BA3FD4

Tints of Medium Orchid #BA3FD4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 40.35%
G = 13.67%
B = 45.99%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA3FD4 (or 0xBA3FD4) is known color: Medium Orchid. HEX triplet: BA, 3F and D4. RGB value is (186,63,212). Sum of RGB (Red+Green+Blue) = 186+63+212=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA3FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FD4 is #45C02B. Grayscale: #747474. Windows color (decimal): -4571180 or 13909946. OLE color: 13909946.

HSL color Cylindrical-coordinate representation of color #BA3FD4: hue angle of 289.53º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3FD4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 63 212 -
CMYK 0.12 0.70 0 0.17
HSL 289.53º 0.63% 0.54% -
HSV(B) 289.53º 0.7% 0.83% -
XYZ 33.91 18.75 64.12 -
YUV 116.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 186 63 212 0.12 0.70 0 0.17 289.53 0.63 0.54
Hex BA 3F D4 C 46 0 11 122 3F 36
Octal 272 77 324 14 106 0 21 442 77 66
Binary 10111010 111111 11010100 1100 1000110 0 10001 100100010 111111 110110

Color Harmonies of #BA3FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FD4

Black with #BA3FD4

Text Example


Text Example

White with #BA3FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FD4; }

 p { color: rgb(186,63,212); }

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

background-color css

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

 a { background-color: rgb(186,63,212); }

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

border-color css

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

 span { border-color: rgb(186,63,212); }

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