Html Css Color HEX #BA4FC9 Medium Orchid

📋 copy color: '#BA4FC9'

red 186 ◦ green 79 ◦ blue 201

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

Shades of Medium Orchid #BA4FC9

Tints of Medium Orchid #BA4FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 39.91%
G = 16.95%
B = 43.13%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4FC9 (or 0xBA4FC9) is known color: Medium Orchid. HEX triplet: BA, 4F and C9. RGB value is (186,79,201). Sum of RGB (Red+Green+Blue) = 186+79+201=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA4FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FC9 is #45B036. Grayscale: #7C7C7C. Windows color (decimal): -4567095 or 13193146. OLE color: 13193146.

HSL color Cylindrical-coordinate representation of color #BA4FC9: hue angle of 292.62º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4FC9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 79 201 -
CMYK 0.07 0.61 0 0.21
HSL 292.62º 0.53% 0.55% -
HSV(B) 292.62º 0.61% 0.79% -
XYZ 33.59 20.25 57.4 -
YUV 124.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 186 79 201 0.07 0.61 0 0.21 292.62 0.53 0.55
Hex BA 4F C9 7 3D 0 15 125 35 37
Octal 272 117 311 7 75 0 25 445 65 67
Binary 10111010 1001111 11001001 111 111101 0 10101 100100101 110101 110111

Color Harmonies of #BA4FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FC9

Black with #BA4FC9

Text Example


Text Example

White with #BA4FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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