Html Css Color HEX #BA4FCF Medium Orchid

📋 copy color: '#BA4FCF'

red 186 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #BA4FCF

Tints of Medium Orchid #BA4FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 39.41%
G = 16.74%
B = 43.86%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA4FCF (or 0xBA4FCF) is known color: Medium Orchid. HEX triplet: BA, 4F and CF. RGB value is (186,79,207). Sum of RGB (Red+Green+Blue) = 186+79+207=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FCF is #45B030. Grayscale: #7D7D7D. Windows color (decimal): -4567089 or 13586362. OLE color: 13586362.

HSL color Cylindrical-coordinate representation of color #BA4FCF: hue angle of 290.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4FCF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 79 207 -
CMYK 0.10 0.62 0 0.19
HSL 290.16º 0.57% 0.56% -
HSV(B) 290.16º 0.62% 0.81% -
XYZ 34.31 20.54 61.19 -
YUV 125.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 186 79 207 0.10 0.62 0 0.19 290.16 0.57 0.56
Hex BA 4F CF A 3E 0 13 122 39 38
Octal 272 117 317 12 76 0 23 442 71 70
Binary 10111010 1001111 11001111 1010 111110 0 10011 100100010 111001 111000

Color Harmonies of #BA4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FCF

Black with #BA4FCF

Text Example


Text Example

White with #BA4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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