Html Css Color HEX #BA4FFD Medium Orchid

📋 copy color: '#BA4FFD'

red 186 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #BA4FFD

Tints of Medium Orchid #BA4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.25%

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

R = 35.91%
G = 15.25%
B = 48.84%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA4FFD (or 0xBA4FFD) is known color: Medium Orchid. HEX triplet: BA, 4F and FD. RGB value is (186,79,253). Sum of RGB (Red+Green+Blue) = 186+79+253=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FFD is #45B002. Grayscale: #828282. Windows color (decimal): -4567043 or 16601018. OLE color: 16601018.

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

Color convert

RGB 186 79 253 -
CMYK 0.26 0.69 0 0.01
HSL 276.9º 0.98% 0.65% -
HSV(B) 276.9º 0.69% 0.99% -
XYZ 40.78 23.12 95.24 -
YUV 130.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 186 79 253 0.26 0.69 0 0.01 276.9 0.98 0.65
Hex BA 4F FD 1A 45 0 1 115 62 41
Octal 272 117 375 32 105 0 1 425 142 101
Binary 10111010 1001111 11111101 11010 1000101 0 1 100010101 1100010 1000001

Color Harmonies of #BA4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FFD

Black with #BA4FFD

Text Example


Text Example

White with #BA4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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