Html Css Color HEX #BA4DCF Medium Orchid

📋 copy color: '#BA4DCF'

red 186 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #BA4DCF

Tints of Medium Orchid #BA4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 39.57%
G = 16.38%
B = 44.04%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA4DCF (or 0xBA4DCF) is known color: Medium Orchid. HEX triplet: BA, 4D and CF. RGB value is (186,77,207). Sum of RGB (Red+Green+Blue) = 186+77+207=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCF is #45B230. Grayscale: #7B7B7B. Windows color (decimal): -4567601 or 13585850. OLE color: 13585850.

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

Color convert

RGB 186 77 207 -
CMYK 0.10 0.63 0 0.19
HSL 290.31º 0.58% 0.56% -
HSV(B) 290.31º 0.63% 0.81% -
XYZ 34.17 20.25 61.14 -
YUV 124.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 186 77 207 0.10 0.63 0 0.19 290.31 0.58 0.56
Hex BA 4D CF A 3F 0 13 122 3A 38
Octal 272 115 317 12 77 0 23 442 72 70
Binary 10111010 1001101 11001111 1010 111111 0 10011 100100010 111010 111000

Color Harmonies of #BA4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DCF

Black with #BA4DCF

Text Example


Text Example

White with #BA4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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