Html Css Color HEX #BA4CD7 Medium Orchid

📋 copy color: '#BA4CD7'

red 186 ◦ green 76 ◦ blue 215

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

Shades of Medium Orchid #BA4CD7

Tints of Medium Orchid #BA4CD7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 38.99%
G = 15.93%
B = 45.07%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA4CD7 (or 0xBA4CD7) is known color: Medium Orchid. HEX triplet: BA, 4C and D7. RGB value is (186,76,215). Sum of RGB (Red+Green+Blue) = 186+76+215=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA4CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD7 is #45B328. Grayscale: #7C7C7C. Windows color (decimal): -4567849 or 14109882. OLE color: 14109882.

HSL color Cylindrical-coordinate representation of color #BA4CD7: hue angle of 287.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4CD7 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 76 215 -
CMYK 0.13 0.65 0 0.16
HSL 287.48º 0.63% 0.57% -
HSV(B) 287.48º 0.65% 0.84% -
XYZ 35.1 20.51 66.4 -
YUV 124.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 186 76 215 0.13 0.65 0 0.16 287.48 0.63 0.57
Hex BA 4C D7 D 41 0 10 11F 3F 39
Octal 272 114 327 15 101 0 20 437 77 71
Binary 10111010 1001100 11010111 1101 1000001 0 10000 100011111 111111 111001

Color Harmonies of #BA4CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CD7

Black with #BA4CD7

Text Example


Text Example

White with #BA4CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CD7; }

 p { color: rgb(186,76,215); }

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

background-color css

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

 a { background-color: rgb(186,76,215); }

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

border-color css

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

 span { border-color: rgb(186,76,215); }

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